diff options
| author | 8cy <[email protected]> | 2020-05-05 15:35:59 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-05 15:35:59 -0700 |
| commit | a45a92b430bec8a21db07d2571357540b4964c07 (patch) | |
| tree | eb79b8b5c43bac19ef6d5a947528010c0c6ccec8 /src/app.ts | |
| parent | add "|| true" to the end of the scripts to ignore errors (diff) | |
| download | dep-core-a45a92b430bec8a21db07d2571357540b4964c07.tar.xz dep-core-a45a92b430bec8a21db07d2571357540b4964c07.zip | |
del dist/ and change bot.js local
Diffstat (limited to 'src/app.ts')
| -rw-r--r-- | src/app.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ import { ShardingManager } from 'discord.js'; import config from './config.json'; -//const manager = new ShardingManager('./dist/bot.js', { token: config['secret'] }); -const manager = new ShardingManager('./bot.js', { token: config['secret'] }); +const manager = new ShardingManager('./dist/bot.js', { token: config['secret'] }); +//const manager = new ShardingManager('./bot.js', { token: config['secret'] }); manager.spawn(); console.log('\x1b[0m' + 'Connecting...'); |