Mention Prefix Back on

This commit is contained in:
Dragon Fire
2021-06-06 15:14:30 -04:00
parent e47eef505f
commit a513f39a4f
+1 -1
View File
@@ -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: {