MYSQL didn't work, trying MongoDB instead

This commit is contained in:
ION606
2022-05-09 12:11:18 +03:00
parent 8e26fb33b4
commit 1b0f3b721a
7 changed files with 3 additions and 515 deletions
+3
View File
@@ -16,6 +16,9 @@ const bot = new Client({
const prefix = '/';
//MongoDB integration
const uri = process.env.MONGODB_URI;
const fs = require('fs');
const { exit } = require('process');
bot.commands = new Discord.Collection();