Not

Purge messages not including the given text.

Usage

@Nyaru purge [count] not <search arguments>

Examples

  • Purge messages NOT containing text Lumi is my bestie in last 20 messages

@Nyaru purge 20 not Lumi is my bestie

The above example will fetch last 20 messages in the channel and check if the message content or message text does not contains your search arguments, i.e., Lumi is my bestie, filter them and then purges it.

Take a look at the other example,

  • Purge all messages not containing text Meowryy dumbo

@Nyaru purge not Meowryy dumbo

As of the above example, bot will search the text Meowryy dumbo in last 100 messages of the channel and filter them with all other messages, so they are saved and rest all is purged.

Last updated

Was this helpful?