fixed Birthday Event, Renamed DB Colls
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
description: 'navigate a page up',
|
||||
async execute(interaction) {
|
||||
const db = mClient.db(process.env.M_DB)
|
||||
const honorsColl = db.collection('honors')
|
||||
const honorsColl = db.collection('items_honors')
|
||||
const min = 0
|
||||
let skip = interaction.message.embeds[0].data.description.split('.')
|
||||
skip = Number(skip[0]) - 6
|
||||
|
||||
Reference in New Issue
Block a user