fix/remove debug
This commit is contained in:
2 files changed
+1
-3
No files matched your search
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dayzr-bot",
|
||||
"version": "13.0.8",
|
||||
"version": "13.0.9",
|
||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||
"main": "index.js",
|
||||
"nodemonConfig": {
|
||||
|
||||
@@ -93,8 +93,6 @@ class DayzRBot extends Client {
|
||||
);
|
||||
}
|
||||
|
||||
console.log(GuildDB.Nitrado);
|
||||
|
||||
for (const [factionID, data] of Object.entries(GuildDB.factionArmbands)) {
|
||||
const guild = this.guilds.cache.get(GuildDB.serverID);
|
||||
const role = guild.roles.cache.find(role => role.id == factionID);
|
||||
|
||||
Reference in new issue
Block a user