fix/remove deprecated code
This commit is contained in:
2 files changed
+1
-3
No files matched your search
@@ -109,8 +109,6 @@ class DayzRBot extends Client {
|
||||
await client.dbo.collection("guilds").updateOne({ 'server.serverID': GuildDB.serverID }, query, (err, res) => {
|
||||
if (err) return client.sendInternalError(interaction, err);
|
||||
});
|
||||
} else {
|
||||
newFactionArmbands[`${factionID}`] = data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user