Skip to content

Commit 9c1e2fd

Browse files
authored
Update config.js
1 parent e3da3f7 commit 9c1e2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
TOKEN: "",
2+
TOKENS: [""],
33
ownerID: [""], //write your discord user id. example: ["id"] or ["id1","id2"]
44
botInvite: "", //write your discord bot invite.
55
supportServer: "", //write your discord bot support server invite.
@@ -57,4 +57,4 @@ module.exports = {
5757
},
5858

5959

60-
}
60+
}

0 commit comments

Comments
 (0)