mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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 { 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
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user