mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
Updated npm packages and removed the 'formidable' package
This commit is contained in:
@@ -9,7 +9,7 @@ import { MongoClient, ServerApiVersion } from 'mongodb'
|
||||
import { v4 as uuidv4 } from 'uuid'
|
||||
import { validate as uuidValidate } from 'uuid';
|
||||
import bodyParser from 'body-parser'
|
||||
import formidable from 'formidable';
|
||||
// import formidable from 'formidable'; //Heroku doesn't recognize this
|
||||
|
||||
//Bot section (PLACE IN ENV)
|
||||
import { Client, Intents, MessageEmbed } from 'discord.js';
|
||||
|
||||
Reference in New Issue
Block a user