mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Change Prefix
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
const { TOKEN, OWNER, PREFIX, INVITE } = process.env;
|
||||
const { TOKEN, OWNER, COMMAND_PREFIX, INVITE } = process.env;
|
||||
const path = require('path');
|
||||
const { CommandoClient } = require('discord.js-commando');
|
||||
const client = new CommandoClient({
|
||||
commandPrefix: PREFIX,
|
||||
commandPrefix: COMMAND_PREFIX,
|
||||
owner: OWNER,
|
||||
invite: INVITE,
|
||||
disableEveryone: true,
|
||||
|
||||
Reference in New Issue
Block a user