From 7bab3836f74eebd9c3df52171beb8028073930f5 Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Wed, 20 Oct 2021 17:44:37 -0700 Subject: [PATCH] Update Version # & fix spelling mistake --- LPS.js | 2 +- beta-config.json | 2 +- config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/" }