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,
+3 -3
View File
@@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/dragonfire535/xiaobot.git"
"url": "git+https://bitbucket.org/dragonfire535/xiao.git"
},
"keywords": [
"bot",
@@ -24,9 +24,9 @@
"author": "dragonfire535 <danielbodendahl@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://bitbucket.org/dragonfire535/xiaobot/issues"
"url": "https://bitbucket.org/dragonfire535/xiao/issues"
},
"homepage": "https://bitbucket.org/dragonfire535/xiaobot#readme",
"homepage": "https://bitbucket.org/dragonfire535/xiao#readme",
"engines": {
"node": ">=8.0.0"
},