Discord Moderation Bot Package
npm install moderationbash
Added lockdown, release and warn commands.
`
Installation
You can download our package from doing below command.
`bash
npm install moderation
`
Commands
`bash
kick - Kick a member from the serer by mention
ban - Ban a member from the server by mention
mute - Mute a member by mention
unmute - Unmute a member by mention
unban - Unban a member by ID
clear - Clears up to 99 messages
warn - Warn a member by mention
lockdown - Lockdown the current channel
release - Release lockdown in the current channel
`
Usage
`bash
const discord = require('moderation')
discord('Your Bot TOKEN', 'Your bot(s) prefix', 'Your prefered embed colour')
``