From a0a2308270e0a24424b6a82022ec1b567f91480b Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 6 May 2022 14:12:11 -0700 Subject: [PATCH] add objectid def --- commands/community.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/community.js b/commands/community.js index a2c2456..91a76a7 100644 --- a/commands/community.js +++ b/commands/community.js @@ -1,4 +1,5 @@ const { MessageEmbed } = require('discord.js'); +const ObjectId = require('mongodb').ObjectId; module.exports = { name: "community",