feat(settings): support toggling disabled commands and auto-reload bot on save
This commit is contained in:
@@ -61,7 +61,8 @@ mock.module("../../bot/lib/BotClient", () => ({
|
||||
},
|
||||
commands: [
|
||||
{ data: { name: "ping" } }
|
||||
]
|
||||
],
|
||||
knownCommands: new Set(["ping", "help", "disabled-cmd"])
|
||||
}
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user