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 path = require('path');
const { CommandoClient } = require('discord.js-commando'); const { CommandoClient } = require('discord.js-commando');
const client = new CommandoClient({ const client = new CommandoClient({
commandPrefix: XIAO_COMMAND_PREFIX, commandPrefix: XIAO_PREFIX,
owner: OWNERS.split(','), owner: OWNERS.split(','),
invite: INVITE, invite: INVITE,
disableEveryone: true, disableEveryone: true,
+3 -3
View File
@@ -10,7 +10,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://bitbucket.org/dragonfire535/xiaobot.git" "url": "git+https://bitbucket.org/dragonfire535/xiao.git"
}, },
"keywords": [ "keywords": [
"bot", "bot",
@@ -24,9 +24,9 @@
"author": "dragonfire535 <danielbodendahl@gmail.com>", "author": "dragonfire535 <danielbodendahl@gmail.com>",
"license": "GPL-3.0", "license": "GPL-3.0",
"bugs": { "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": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"
}, },