Change some stuff

This commit is contained in:
Daniel Odendahl Jr
2017-12-13 14:53:41 +00:00
parent 9c870e139e
commit 5c6bac5bd9
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
const { XIAO_TOKEN, OWNERS, XIAO_COMMAND_PREFIX, INVITE } = process.env;
const { XIAO_TOKEN, OWNERS, XIAO_PREFIX, INVITE } = process.env;
const path = require('path');
const { CommandoClient } = require('discord.js-commando');
const client = new CommandoClient({
commandPrefix: XIAO_COMMAND_PREFIX,
commandPrefix: XIAO_PREFIX,
owner: OWNERS.split(','),
invite: INVITE,
disableEveryone: true,