mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 11:43:38 +00:00
Removed prefix from code
This commit is contained in:
@ -19,7 +19,6 @@ module.exports = {
|
||||
|
||||
message.helpTitle = client.messages.helpTitle.replace("%client.user.username%", client.user.username);
|
||||
message.helpDescription = client.messages.helpDescription.replace("%commands%", commands);
|
||||
message.helpDescription = message.helpDescription.replace("%client.config.prefix%", client.config.prefix);
|
||||
|
||||
const embed = new Discord.MessageEmbed()
|
||||
.setTitle(message.helpTitle)
|
||||
|
Reference in New Issue
Block a user