We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4b85a commit 66b40eeCopy full SHA for 66b40ee
index.js
@@ -18,6 +18,7 @@ const client = new Discord.Client({
18
fetchAllMembers: false,
19
// messageCacheMaxSize: 10,
20
restTimeOffset: 0,
21
+ shards: "auto",
22
restWsBridgetimeout: 100,
23
disableEveryone: true,
24
partials: ['MESSAGE', 'CHANNEL', 'REACTION']
package.json
@@ -2,7 +2,7 @@
2
"name": "lava_music",
3
"version": "5.8.2",
4
"description": "A Discord Bot made by: Tomato#6966",
5
- "main": "shard.js",
+ "main": "index.js",
6
"dependencies": {
7
"@discordjs/opus": "^0.3.3",
8
"@ksoft/api": "^3.1.9",
0 commit comments