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 reasonsColl = db.collection('honor-reasons')
|
||||
const reasonsColl = db.collection('history_honors')
|
||||
const history = await reasonsColl.findOne({ userID: target.user.id })
|
||||
|
||||
const embed = new EmbedBuilder()
|
||||
|
||||
Reference in New Issue
Block a user