mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 03:33:17 +00:00
preps
This commit is contained in:
parent
42203096d7
commit
f12ed4581d
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@ dev/
|
|||||||
.env
|
.env
|
||||||
.vscode/
|
.vscode/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
src/struct/config/serviceAccount.json
|
struct/config/serviceAccount.json
|
@ -22,7 +22,7 @@ module.exports = {
|
|||||||
console.log('- DB Set -');
|
console.log('- DB Set -');
|
||||||
client.user.setActivity(`@${client.user.username} help | 🎶`, { type: 'LISTENING' });
|
client.user.setActivity(`@${client.user.username} help | 🎶`, { type: 'LISTENING' });
|
||||||
client.user.setStatus('dnd');
|
client.user.setStatus('dnd');
|
||||||
const dbl = new DBL(client.config.DBLTOKEN, client);
|
const dbl = new DBL(client.config.dblkey, client);
|
||||||
if (client.config.dblApi && !client.config.devMode) {
|
if (client.config.dblApi && !client.config.devMode) {
|
||||||
dbl.on('error', error => {
|
dbl.on('error', error => {
|
||||||
console.log('Error with DBL: ' + error);
|
console.log('Error with DBL: ' + error);
|
||||||
|
@ -13,7 +13,7 @@ module.exports = {
|
|||||||
devId: "360363051792203779",
|
devId: "360363051792203779",
|
||||||
//misc
|
//misc
|
||||||
embedColor: "#b50002",
|
embedColor: "#b50002",
|
||||||
invite: "https://discordapp.com/api/oauth2/authorize?client_id=649252971690983446&permissions=8&redirect_uri=https%3A%2F%2Fdiscordapp.com%2Foauth2%2Fauthorize%3Fclient_id%3D649252971690983446%26%3Bscope%3Dbot%26%3Bpermissions%3D0&scope=bot",
|
invite: "https://discordapp.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&redirect_uri=https%3A%2F%2Fdiscordapp.com%2Foauth2%2Fauthorize%3Fclient_id%3D607266889537945605%26%3Bscope%3Dbot%26%3Bpermissions%3D0&scope=bot",
|
||||||
//Settings
|
//Settings
|
||||||
devMode: false,
|
devMode: false,
|
||||||
dblApi: false,
|
dblApi: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user