Add a tip to mention the bot if the new prefix doesn't work

This commit is contained in:
SileNce5k 2024-03-03 15:07:27 +01:00
parent 482fc2a1e7
commit 6ca291136f
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -13,7 +13,7 @@ module.exports = {
return; return;
}else{ }else{
setServerPrefix(client, args[0], message.guild.id) 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`);
} }
} }
}; };