Updated npm packages and removed the 'formidable' package

This commit is contained in:
ION606
2022-09-29 12:53:19 -04:00
parent 05939d72c1
commit 5a34a4cbab
2 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -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';