fix/remove debug

This commit is contained in:
SowinskiBraeden committed 2024-04-23 17:38:33 -07:00
1 parent 0af1e51f50
commit a022484831
2 files changed
+1 -3

No files matched your search

-2
View File
@@ -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);