Added MYSQL dependencies

This commit is contained in:
ION606
2022-05-09 10:22:33 +03:00
parent 0734bdb373
commit 6761b7d227
3 changed files with 55 additions and 1 deletions
+2 -1
View File
@@ -54,6 +54,7 @@ bot.on('ready', async () => {
// console.log(`Logged in as ${bot.user.tag}!`);
console.log('SLEEMER BOT ONLINE!!!!! OH MY GOD OH MY GOD!!!');
console.log("Look into integrating MySQL into SelmerBot instead of SQLite");
});
@@ -102,7 +103,7 @@ bot.on('messageCreate', (message) => {
}
})
//Look into integrating MySQL into SelmerBot instead of SQLite
//Last Line
bot.login(process.env.token);