diff options
| author | 8cy <[email protected]> | 2020-05-18 16:59:14 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-18 16:59:14 -0700 |
| commit | 204295100e9684c0d19452e4464f0b4e1033547a (patch) | |
| tree | 241b7f8676ebd7b5ec56c3100a73037dc2b3f0ab /src/bot.ts | |
| parent | fix nsfw cmds, add rockpaperscissors (diff) | |
| download | dep-core-204295100e9684c0d19452e4464f0b4e1033547a.tar.xz dep-core-204295100e9684c0d19452e4464f0b4e1033547a.zip | |
remove multipliers, add dev features
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |