4.4.1 fix markdown mistake
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -33,7 +33,7 @@ module.exports = {
|
|||||||
.setColor(client.config.Colors.Default)
|
.setColor(client.config.Colors.Default)
|
||||||
.setTitle('Channels')
|
.setTitle('Channels')
|
||||||
|
|
||||||
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++) {
|
||||||
des += `\n> <@&${GuildDB.excludedRoles[i]}>`;
|
des += `\n> <@&${GuildDB.excludedRoles[i]}>`;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayz-armbands",
|
"name": "dayz-armbands",
|
||||||
"version": "4.4.0",
|
"version": "4.4.1",
|
||||||
"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