1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00

Update index.js

This commit is contained in:
Matte 2019-10-17 08:26:10 +03:00 committed by GitHub
parent 2366f7e3a6
commit e34fb2d069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,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',
};