mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-16 06:05:57 +08:00
remove unneeded parts
This commit is contained in:
parent
8df1e58d21
commit
62038d65de
29
config.js
29
config.js
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
OWNER_IDS: ["334307216926703616", "1010905208391487548"], // Bot owner ID's
|
||||
SUPPORT_SERVER: "https://kiera-bot.serenetia.com", // Your bot support server
|
||||
OWNER_IDS: [""], // Bot owner ID's
|
||||
SUPPORT_SERVER: "", // Your bot support server
|
||||
PREFIX_COMMANDS: {
|
||||
ENABLED: true, // Enable/Disable prefix commands
|
||||
DEFAULT_PREFIX: "kt?", // Default prefix for the bot
|
||||
@ -9,7 +9,7 @@ module.exports = {
|
||||
SLASH: true, // Should the interactions be enabled
|
||||
CONTEXT: true, // Should contexts be enabled
|
||||
GLOBAL: true, // Should the interactions be registered globally
|
||||
TEST_GUILD_ID: "753500548656791573", // Guild ID where the interactions should be registered. [** Test you commands here first **]
|
||||
TEST_GUILD_ID: "", // Guild ID where the interactions should be registered. [** Test you commands here first **]
|
||||
},
|
||||
EMBED_COLORS: {
|
||||
BOT_EMBED: "#068ADD",
|
||||
@ -37,9 +37,9 @@ module.exports = {
|
||||
|
||||
DASHBOARD: {
|
||||
enabled: true, // enable or disable dashboard
|
||||
baseURL: "https://dash-kiera.serenetia.com", // base url
|
||||
failureURL: "https://serenetia.com/void/error/", // failure redirect url
|
||||
port: "3555", // port to run the bot on
|
||||
baseURL: "http://localhost:8080", // base url
|
||||
failureURL: "http://localhost:8080", // failure redirect url
|
||||
port: "8080", // port to run the bot on
|
||||
},
|
||||
|
||||
ECONOMY: {
|
||||
@ -69,21 +69,12 @@ module.exports = {
|
||||
LAVALINK_NODES: [
|
||||
{
|
||||
info: {
|
||||
host: "lavalinkv4.serenetia.com",
|
||||
port: 80,
|
||||
auth: "lavalinkv4",
|
||||
host: "localhost",
|
||||
port: 2333,
|
||||
auth: "youshallnotpass",
|
||||
secure: false,
|
||||
},
|
||||
identifier: "Indonesia V4 Not secure",
|
||||
},
|
||||
{
|
||||
info: {
|
||||
host: "lavalinkv4.serenetia.com",
|
||||
auth: "lavalinkv4",
|
||||
port: 443,
|
||||
secure: true,
|
||||
},
|
||||
identifier: "Indonesia V4 Secure"
|
||||
identifier: "Lavalink",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user