Skip to content

Commit 66b40ee

Browse files
authored
Add files via upload
1 parent 2b4b85a commit 66b40ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const client = new Discord.Client({
1818
fetchAllMembers: false,
1919
// messageCacheMaxSize: 10,
2020
restTimeOffset: 0,
21+
shards: "auto",
2122
restWsBridgetimeout: 100,
2223
disableEveryone: true,
2324
partials: ['MESSAGE', 'CHANNEL', 'REACTION']

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lava_music",
33
"version": "5.8.2",
44
"description": "A Discord Bot made by: Tomato#6966",
5-
"main": "shard.js",
5+
"main": "index.js",
66
"dependencies": {
77
"@discordjs/opus": "^0.3.3",
88
"@ksoft/api": "^3.1.9",

0 commit comments

Comments
 (0)