mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Change some stuff
This commit is contained in:
@@ -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
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user