1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00

Update config.js

This commit is contained in:
MatteZ02 2019-12-06 15:29:42 +02:00
parent 60b9fc6b9b
commit 069ba70cb5

View File

@ -3,5 +3,7 @@ module.exports = {
api_key: process.env.API_KEY, api_key: process.env.API_KEY,
debug_channel: "634718645188034560", debug_channel: "634718645188034560",
devId: "360363051792203779", devId: "360363051792203779",
prefix: ">" prefix: ">",
embedColor: "#b50002",
invite: "https://discordapp.com/api/oauth2/authorize?client_id=607266889537945605&permissions=271600640&redirect_uri=https%3A%2F%2Fdiscordapp.com%2Foauth2%2Fauthorize%3Fclient_id%3D607266889537945605%26%3Bscope%3Dbot%26%3Bpermissions%3D0&scope=bot",
} }