fixed Birthday Event, Renamed DB Colls
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
aliases: ['ncd'],
|
||||
async execute(message, args) {
|
||||
const db = mClient.db(process.env.M_DB)
|
||||
const nutsColl = db.collection('cooldown')
|
||||
const nutsColl = db.collection('items_cooldowns')
|
||||
const cooldown = await nutsColl.findOne({ userID: message.author.id })
|
||||
|
||||
let content = `Du kannst wieder nussen! :)`
|
||||
|
||||
Reference in New Issue
Block a user