add objectid def

This commit is contained in:
SowinskiBraeden committed 2022-05-06 14:12:11 -07:00
1 parent a1edacd4db
commit a0a2308270
1 file changed
+1
+1
View File
@@ -1,4 +1,5 @@
const { MessageEmbed } = require('discord.js'); const { MessageEmbed } = require('discord.js');
const ObjectId = require('mongodb').ObjectId;
module.exports = { module.exports = {
name: "community", name: "community",