4.4.2 fix exludeded embeds title

This commit is contained in:
SowinskiBraeden committed 2022-12-08 17:55:17 -08:00
1 parent 27f05ab444
commit 8893d2bcd0
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = {
let excluded = new EmbedBuilder() let excluded = new EmbedBuilder()
.setColor(client.config.Colors.Default) .setColor(client.config.Colors.Default)
.setTitle('Channels') .setTitle('Excluded Roles')
let des = '*These roles you cannot use to claim an armband.*'; let des = '*These roles you cannot use to claim an armband.*';
for (let i = 0; i < GuildDB.excludedRoles.length; i++) { for (let i = 0; i < GuildDB.excludedRoles.length; i++) {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayz-armbands", "name": "dayz-armbands",
"version": "4.4.1", "version": "4.4.2",
"description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {