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

Update index.js

This commit is contained in:
MatteZ02 2019-10-25 22:47:09 +03:00
parent b40bc72ead
commit f79b120334

View File

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