4.4.2 fix exludeded embeds title
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in new issue
Block a user