Update Version # & fix spelling mistake

This commit is contained in:
SowinskiBraeden committed 2021-10-20 17:44:37 -07:00
1 parent c4644ce44d
commit 7bab3836f7
3 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -543,7 +543,7 @@ class Bot {
{ name: `**${prefix}leavecommunity**`, value: '\`Leaves your current active community\`', inline: true }, { 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}community**`, value: '\`Returns the name of the Community your currenty in\`', inline: true },
{ name: `**${prefix}setChannel** <channel>`, value: `\`Sets preferred channel allowed for commands (Admin only command)\``, inline: true }, { name: `**${prefix}setChannel** <channel>`, 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() const stats = new Discord.MessageEmbed()
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"defaultPrefix": "?", "defaultPrefix": "?",
"version": "Beta 1.8.1", "version": "Beta 1.8.2",
"socket": "https://police-cad-dev.herokuapp.com/" "socket": "https://police-cad-dev.herokuapp.com/"
} }
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"defaultPrefix": "?", "defaultPrefix": "?",
"version": "1.8.1", "version": "1.8.2",
"socket": "https://www.linespolice-cad.com/" "socket": "https://www.linespolice-cad.com/"
} }