“Blog post” – Just an update
This is not a coding post, simply a small update because I haven’t posted in ages.I have in the past week rewritten CodeLog bot, taking some inspiration from other bots. I have stopped using Sequelize …
This is not a coding post, simply a small update because I haven’t posted in ages.I have in the past week rewritten CodeLog bot, taking some inspiration from other bots. I have stopped using Sequelize …
This article assumes that you have already read the article: https://codelog.network/2020/08/14/discord-js-with-sequelize-and-mysql/ and that you have followed those steps to connect to you MySQL database. The console.log() should have output Logged in to DB. From there …
Note! This assumes that you have a working bot, that uses the command handling from: https://discordjs.guide/command-handling/#individual-command-files, that you use Visual Studio Code (VSC from here) as the editor of choice. (This is what I use, …
I won’t be sharing any full code or snippets today, because I am exhausted from learning this topic. I spent the entire day studying and coding to get my bot up and running with a …