mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-03 03:39:48 +01:00
fix(arabot): change removeAll to purge so discord accepts the subcommand
This commit is contained in:
parent
f79a196fe4
commit
7e9d4f8f93
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user