mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-17 06:55:59 +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)
|
||||
|
@ -8,7 +8,7 @@ module.exports = {
|
||||
bugDescription: "Join the support server \n %client.config.supportGuild%",
|
||||
helpTitle: "%client.user.username% help:",
|
||||
helpDescription: "%commands%",
|
||||
helpCommandTitle: "%client.config.prefix%%command.name% %command.usage%",
|
||||
helpCommandTitle: "%command.name% %command.usage%",
|
||||
helpCommandDescription: "%command.description% \n Command Alias: %command.alias%",
|
||||
inviteTitle: "Invite %client.user.username% to your Discord server!",
|
||||
listTitle: "Radio Stations",
|
||||
|
@ -20,7 +20,6 @@ module.exports = {
|
||||
hostedBy: "[Warén Group](https://waren.io)",
|
||||
|
||||
//Settings
|
||||
prefix: process.env.RADIOX_PREFIX || "rx-",
|
||||
version: process.env.RADIOX_VERSION || process.env.npm_package_version,
|
||||
debug: process.env.DEBUG_MODE || false
|
||||
|
||||
|
Reference in New Issue
Block a user