fix(arabot): change removeAll to purge so discord accepts the subcommand

This commit is contained in:
Anthony 2022-07-28 05:21:11 +01:00
parent f79a196fe4
commit 7e9d4f8f93

View File

@ -167,7 +167,7 @@ export class SusCommand extends Command {
case 'remove': {
return await this.removeNote(interaction);
}
case 'removeAll': {
case 'purge': {
return await this.removeAllNotes(interaction);
}
}