mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Mention Prefix Back on
This commit is contained in:
@@ -6,7 +6,7 @@ const { Intents, MessageEmbed } = require('discord.js');
|
||||
const Client = require('./structures/Client');
|
||||
const client = new Client({
|
||||
commandPrefix: XIAO_PREFIX,
|
||||
mentionPrefix: false,
|
||||
mentionPrefix: true,
|
||||
owner: OWNERS.split(','),
|
||||
invite: INVITE,
|
||||
allowedMentions: {
|
||||
|
||||
Reference in New Issue
Block a user