mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
No Unknown Command Response
This commit is contained in:
@@ -3,7 +3,8 @@ const client = new CommandoClient({
|
|||||||
commandPrefix: 'x;',
|
commandPrefix: 'x;',
|
||||||
owner: '242699360352206850',
|
owner: '242699360352206850',
|
||||||
disableEveryone: true,
|
disableEveryone: true,
|
||||||
invite: 'https://discord.gg/fqQF8mc'
|
invite: 'https://discord.gg/fqQF8mc',
|
||||||
|
unknownCommandResponse: false
|
||||||
});
|
});
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { carbon, discordBots } = require('./structures/Stats');
|
const { carbon, discordBots } = require('./structures/Stats');
|
||||||
|
|||||||
Reference in New Issue
Block a user