4.7.2.1 dev version 1 collect logs

This commit is contained in:
SowinskiBraeden committed 2023-03-07 17:18:37 -08:00
1 parent e109701147
commit 51b7a8d1c3
6 files changed
+221 -7

No files matched your search

+5
View File
@@ -9,6 +9,11 @@ module.exports = {
SupportServer: "https://discord.gg/KVFJCvvFtK", //Support Server Link
Token: process.env.token || "", //Discord Bot Token
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
Nitrado: {
ServerID: process.env.SERVER_ID,
UserID: process.env.USER_ID,
Auth: process.env.AUTH_KEY
},
IconURL: "",
Colors: {
Default: "#8a7c72",