fixed Birthday Event, Renamed DB Colls
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
let description = interaction.message.embeds[0].data.description
|
||||
const target = await interaction.guild.members.fetch(description.split(' ')[0].slice(2, -1))
|
||||
const db = mClient.db(process.env.M_DB)
|
||||
const honorsColl = db.collection('honors')
|
||||
const honorsColl = db.collection('items_honors')
|
||||
const reason = `[+] Quick Menu Honor`
|
||||
const theirHonorLevel = await honorsColl.findOne({ userID: target.id })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user