diff options
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 |