mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Added moderation commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user