diff --git a/LPS.js b/LPS.js index f87c3df..8806745 100644 --- a/LPS.js +++ b/LPS.js @@ -543,7 +543,7 @@ class Bot { { name: `**${prefix}leavecommunity**`, value: '\`Leaves your current active community\`', inline: true }, { name: `**${prefix}community**`, value: '\`Returns the name of the Community your currenty in\`', inline: true }, { name: `**${prefix}setChannel** `, value: `\`Sets preferred channel allowed for commands (Admin only command)\``, inline: true }, - { name: `**${prefix}removeChannel**`, value: `\nRemoves preferred channel (Admin only command)\n`, inline: true } + { name: `**${prefix}removeChannel**`, value: `\`Removes preferred channel (Admin only command)\``, inline: true } ) const stats = new Discord.MessageEmbed() diff --git a/beta-config.json b/beta-config.json index b604472..c47bab1 100644 --- a/beta-config.json +++ b/beta-config.json @@ -1,5 +1,5 @@ { "defaultPrefix": "?", - "version": "Beta 1.8.1", + "version": "Beta 1.8.2", "socket": "https://police-cad-dev.herokuapp.com/" } diff --git a/config.json b/config.json index af2c207..64b4ba6 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "defaultPrefix": "?", - "version": "1.8.1", + "version": "1.8.2", "socket": "https://www.linespolice-cad.com/" }