mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): change removeAll to purge so discord accepts the subcommand
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user