+purge [type of removal] <number of messages to search>
+purge all 10
+purge user @User 10
+purge contains OwO
+purge bot
while you can use +purge bot + 35
to remove messages that either are from bots or start with + in the last 35 messages.--or
flag that will delete messages if any of the conditions is met.--user
--contains
--starts
--ends
--search
--after
--before
--bot
--embeds
--files
--emoji
--reactions
--or
--and
+purge custom --emoji --starts "lol" --starts "xd"
Remove messages that contains custom emojis and start with lol or xd.+purge custom --starts "Bonjour" --ends "au revoir" -- or
Remove messages that start with "Bonjour" or end with "au revoir". +purge custom --reactions
Remove messages that have been reacted to.+purge custom --embeds --bot
Remove messages from bots that also contain embeds.