Purge messages!
GitHub Version
Important
Needed permissions:
best to use a mod role anything higher is bonus
Assuming you done all the steps here. You are ready to get started with your fresh new bot.
We have included settings into this. It does have a limited rate of 100 messages though be mindful of that. We will be looking into increasing this in the future.
Two lines of code make this work
const { discordPurgeCommands} = require('./BB-DBotBits/discordPurge');
discordPurgeCommands();
Usage
In Discord type
/purgemessages 100
You can use any number up to 100 in the channel you called it in.
/purgeusermessages username
This will delete all messages from a user you entered.