Getting Started
Creating the base framework for our bot, as well as setting up discord.js and such.
Last updated
Was this helpful?
Creating the base framework for our bot, as well as setting up discord.js and such.
Last updated
Was this helpful?
Before we get started, I'm making the assumption you already have node.js and such installed, and that you know how to use discord.js basically.
If you don't, go read , as that goes outside the scope of this guide.
Alright, skipping the npm i discord.js
and such, here's the quick, base code we'll be using to develop this reaction guide bot off:
And for the config.json
..
Great. The three comments left will be where we create the logic and start for our command, but this will be split into a couple sections for readability.
Now, let's go to the next part, making the command.