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 | |
| 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')
| -rw-r--r-- | src/app.ts | 4 | ||||
| -rw-r--r-- | src/config.json | 2 |
2 files changed, 3 insertions, 3 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...'); diff --git a/src/config.json b/src/config.json index d791701..8dc7da6 100644 --- a/src/config.json +++ b/src/config.json @@ -1,7 +1,7 @@ { "secret":"Njk5NDczMjYzOTk4MjcxNDg5.XpU5oQ.btZuxVudhNllSQY6CxrXXtMJm9A", "yt-api-key":"AIzaSyCeG1lQAeInv4vjFv_eTL9IFAFNdQC9Nk8", - "version":"9.3.1", + "version":"9.3.2", "fortniteTrackerNetworkToken": "4cf21f95-5f1a-412a-b4a7-e5424adc314a", "maxMultipler": 100, "minMultipler": 1.01 |