Feature/3 disable commands #50

Merged
Vylpes merged 4 commits from feature/3-disable-commands into develop 2021-09-24 19:00:08 +01:00
Vylpes commented 2021-09-22 20:01:30 +01:00 (Migrated from github.com)
No description provided.
VylpesTester (Migrated from github.com) requested changes 2021-09-24 18:14:14 +01:00
@ -25,0 +27,4 @@
if (disabledCommands?.find(x => x == name)) {
message.reply(process.env.COMMANDS_DISABLED_MESSAGE || "This command is disabled.");
return {
VylpesTester (Migrated from github.com) commented 2021-09-24 18:13:59 +01:00

When this returns, what it should do is reply to the user also, to say its disabled

When this returns, what it should do is reply to the user also, to say its disabled
VylpesTester (Migrated from github.com) approved these changes 2021-09-24 18:59:55 +01:00
This repo is archived. You cannot comment on pull requests.
No description provided.