summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-18 16:59:14 -0700
committer8cy <[email protected]>2020-05-18 16:59:14 -0700
commit204295100e9684c0d19452e4464f0b4e1033547a (patch)
tree241b7f8676ebd7b5ec56c3100a73037dc2b3f0ab /src/bot.ts
parentfix nsfw cmds, add rockpaperscissors (diff)
downloaddep-core-204295100e9684c0d19452e4464f0b4e1033547a.tar.xz
dep-core-204295100e9684c0d19452e4464f0b4e1033547a.zip
remove multipliers, add dev features
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index f5e09ab..e826f53 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -148,4 +148,5 @@ client.on('message', async msg => {
}
});
-client.login(config['secret']); \ No newline at end of file
+client.login(config['secret']);
+//client.login(config['secret-dev']); \ No newline at end of file