Skip to content

Commit

Permalink
🐛 Fixed login issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 3, 2024
1 parent 01d3288 commit 112a2f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/shard.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ manager.on('shardCreate', (shard) => {
const shardAt = shardID + 1
const shardTotal = manager.totalShards

if (mode !== 'dev') updateChecker()
if (mode === 'start') systemMetricsSubmitter()
if (mode === 'start') statisticsSubmitter(manager)

logEmbed
.setColor(Colors.Blue)
.setTitle('🆙・Launching Shard')
Expand Down Expand Up @@ -297,8 +301,4 @@ manager.on('shardCreate', (shard) => {
})
})

updateChecker()
if (mode === 'start') systemMetricsSubmitter()
if (mode === 'start') statisticsSubmitter(manager)

manager.spawn()

0 comments on commit 112a2f9

Please sign in to comment.