Add a tip to mention the bot if the new prefix doesn't work
This commit is contained in:
parent
482fc2a1e7
commit
6ca291136f
1 changed files with 1 additions and 1 deletions
|
@ -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`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Add table
Reference in a new issue