From 6ca291136f71ae6ea1e5136f9dc5d4eb1cfcc966 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 3 Mar 2024 15:07:27 +0100 Subject: [PATCH] Add a tip to mention the bot if the new prefix doesn't work --- commands/misc/prefix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/prefix.js b/commands/misc/prefix.js index 0e33320..19ec7d1 100644 --- a/commands/misc/prefix.js +++ b/commands/misc/prefix.js @@ -13,7 +13,7 @@ module.exports = { return; }else{ setServerPrefix(client, args[0], message.guild.id) - message.channel.send(`The prefix for this server is now set to ${args[0]}`) + message.channel.send(`The prefix for this server is now set to ${args[0]}\nIf for some reason you are unable to use the new prefix, you can mention the bot as a prefix instead`); } } }; \ No newline at end of file