1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-08-01 20:54:33 +00:00

DJ role support

This commit is contained in:
MatteZ02
2019-10-13 10:33:59 +03:00
parent 1b4dd3921b
commit ca61906f57
13 changed files with 64 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ client.funcs.dbget = require('./funcs/dbget.js');
client.config = {
token: process.env.TOKEN,
apikey: process.env.API_KEY2,
apikey: process.env.API_KEY,
prefix: '>',
test: 'success',
};