mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 06:43:17 +00:00
Update config.ts
This commit is contained in:
parent
41ec084ab1
commit
3314208ec2
@ -1,4 +1,4 @@
|
|||||||
require('dotenv/config');
|
require("dotenv/config");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
token: process.env.TOKEN,
|
token: process.env.TOKEN,
|
||||||
@ -10,9 +10,10 @@ module.exports = {
|
|||||||
secondary_test_channel: "570531724002328577",
|
secondary_test_channel: "570531724002328577",
|
||||||
devId: "360363051792203779",
|
devId: "360363051792203779",
|
||||||
embedColor: "#b50002",
|
embedColor: "#b50002",
|
||||||
invite: "https://discordapp.com/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot",
|
invite:
|
||||||
|
"https://discordapp.com/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot",
|
||||||
supportServer: "https://discord.gg/rvHuJtB",
|
supportServer: "https://discord.gg/rvHuJtB",
|
||||||
devMode: false,
|
devMode: true,
|
||||||
api: false,
|
api: false,
|
||||||
saveDB: true,
|
saveDB: true,
|
||||||
respawn: true,
|
respawn: true,
|
||||||
@ -27,5 +28,5 @@ module.exports = {
|
|||||||
dj: false,
|
dj: false,
|
||||||
djrole: null,
|
djrole: null,
|
||||||
startPlaying: true,
|
startPlaying: true,
|
||||||
bass: 1
|
bass: 1,
|
||||||
}
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user