Disable central request handler until it's fixed
This commit is contained in:
parent
fd77ace48e
commit
6802c52316
1 changed files with 0 additions and 1 deletions
1
app.js
1
app.js
|
@ -61,7 +61,6 @@ const Admiral = new Fleet({
|
|||
BotWorker: Shard,
|
||||
token: `Bot ${process.env.TOKEN}`,
|
||||
fetchTimeout: 900000,
|
||||
useCentralRequestHandler: true,
|
||||
startingStatus: {
|
||||
status: "idle",
|
||||
game: {
|
||||
|
|
Loading…
Reference in a new issue