upgrade to discord.js v14
This commit is contained in:
24 files changed
+1598
-1560
No files matched your search
+5
-2
@@ -8,11 +8,14 @@ module.exports = {
|
||||
Token: process.env.token || "", //Discord Bot Token
|
||||
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
|
||||
IconURL: "",
|
||||
EmbedColor: "#6e5145",
|
||||
Colors: {
|
||||
Default: "#6e5145",
|
||||
Red: "#ba0f0f",
|
||||
Green: "#32a852",
|
||||
},
|
||||
Permissions: 2205281600,
|
||||
mongoURI: process.env.mongoURI || "mongodb://localhost:27017",
|
||||
dbo: process.env.dbo || "knoldus",
|
||||
|
||||
Presence: {
|
||||
status: "online", // You can show online, idle, and dnd
|
||||
name: "Grand Theft Auto V", // The message shown
|
||||
|
||||
Reference in new issue
Block a user