From a513f39a4f65ff915722dede03a83836f7550c37 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 6 Jun 2021 15:14:30 -0400 Subject: [PATCH] Mention Prefix Back on --- Xiao.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xiao.js b/Xiao.js index a2faaccc..f73f92e4 100644 --- a/Xiao.js +++ b/Xiao.js @@ -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: {