Added moderation commands

This commit is contained in:
ION606
2022-07-09 20:30:31 +03:00
parent 919a7f62dc
commit 373d57de2e
10 changed files with 262 additions and 17 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function changeTurn(client, bot, interaction) {
}
const other_dbo = client.db(interaction.member.guild.id + '[ECON]').collection(id);
const other_dbo = client.db(interaction.member.guild.id).collection(id);
other_dbo.find({'state': {$exists: true}}).toArray((err, docs) => {
//If the person was prone, skip their turn