4.2.2 debug undefined in /channels command

This commit is contained in:
SowinskiBraeden committed 2022-12-07 18:05:02 -08:00
1 parent 208b61f1b9
commit 4b4f161fac
2 files changed
+3 -2

No files matched your search

+2 -1
View File
@@ -32,7 +32,8 @@ module.exports = {
let channels = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setTitle('Channels')
let des;
let des = '';
for (let i = 0; i < GuildDB.allowedChannels.length; i++) {
if (i == 0) des += `> <#${GuildDB.allowedChannels[i]}>`;
else des += `\n> <#${GuildDB.allowedChannels[i]}>`;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayz-armbands",
"version": "4.2.1",
"version": "4.2.2",
"description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.",
"main": "index.js",
"nodemonConfig": {