Added commands, fixed descriptions and titles

This commit is contained in:
Lily Wonhalf 2021-05-04 21:47:26 -04:00
parent 8ae81f1cc6
commit 3ef02c33bd
6 changed files with 157 additions and 4 deletions

View file

@ -15,7 +15,7 @@ class Clean
this.aliases = ['clear', 'purge'];
this.category = CommandCategory.MODERATION;
this.isAllowedForContext = CommandPermission.isMemberMod;
this.description = 'Kills the bot process';
this.description = 'Deletes messages in a bulk.';
}
/**