summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-27 17:33:27 -0700
committer8cy <[email protected]>2020-04-27 17:33:27 -0700
commitdf64667168cdc33a2a8ffe2c0fba3b5fc6414520 (patch)
treec9535ffdf33de34bb135e5db86063142e0e81daa /src/bot.ts
parentadd support and embed cmd, v8.0.2 (diff)
downloaddep-core-df64667168cdc33a2a8ffe2c0fba3b5fc6414520.tar.xz
dep-core-df64667168cdc33a2a8ffe2c0fba3b5fc6414520.zip
fix quote commands, add motivate, v8.1.0
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 786ff63..11af17a 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -33,7 +33,7 @@ client.registry
.registerDefaultGroups()
.registerDefaultCommands({
help: true,
- eval: false
+ //eval: false
})
.registerCommandsIn(path.join(__dirname, 'commands'));