mirror of
https://github.com/musix-org/musix-oss
synced 2025-08-01 20:54:33 +00:00
Saved queues
This commit is contained in:
3
index.js
3
index.js
@@ -18,6 +18,7 @@ client.db.FieldValue = require('firebase-admin').firestore.FieldValue;
|
||||
client.global = {
|
||||
db: {
|
||||
guilds: {},
|
||||
playlists: {},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -34,7 +35,7 @@ client.funcs.dbget = require('./funcs/dbget.js');
|
||||
|
||||
client.config = {
|
||||
token: process.env.TOKEN,
|
||||
apikey: process.env.API_KEY,
|
||||
apikey: process.env.API_KEY2,
|
||||
prefix: '>',
|
||||
test: 'success',
|
||||
};
|
||||
|
Reference in New Issue
Block a user