1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-08-01 20:54:33 +00:00
This commit is contained in:
MatteZ02
2019-10-18 21:44:15 +03:00
parent 83945c779a
commit a6d4dcbcd5
10 changed files with 92 additions and 1153 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',
};