Skip to content

Commit

Permalink
Add queue index on the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizudev committed Nov 14, 2024
1 parent 0eb7456 commit 45b967e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testBot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const config = {
identifier: 'main',
},
],
options: {
queueStartIndex: 1,
},
};

/**
Expand Down Expand Up @@ -95,6 +98,7 @@ const manager = new LilyManager({
guild.shard.send(JSON.parse(payload));
}
},
options: config.options,
});

client.manager = manager;
Expand Down

0 comments on commit 45b967e

Please sign in to comment.