fixed Birthday Event, Renamed DB Colls
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = {
|
||||
once: false,
|
||||
async execute(member, client) {
|
||||
console.log(`${member.user.username} joined the Server`);
|
||||
const db = mClient.db(process.env.DB)
|
||||
const channelsColl = db.collection('channels')
|
||||
const db = mClient.db(process.env.M_DB)
|
||||
const channelsColl = db.collection('config_channels')
|
||||
const found = await channelsColl.find(
|
||||
{
|
||||
$and: [
|
||||
|
||||
Reference in New Issue
Block a user