📄️ Step By Step Guide
Understanding The Goals of This Guide
📄️ Step 1 - Decisions
This guide is going to skip the basics as it expects you to have the ability to make these key decisions.
📄️ Step 2 - REST
Awesome, if you have reached this far you know that this guide will be using the following:
📄️ Step 3 - Gateway
Sweet, it is time to start our gateway code. By now, you should have already built your rest process, as we will need it shortly. The gateway portion is the hardest and most complex part of making a bot. This is where most of your time will be spent to optimize your setup.
📄️ Step 4 - Bot
Woah! You went through the most difficult part already which was the gateway. WOOT! Let's go ahead and jump into the event handler portion so we can proceed. The event handler will be called as the bot process going forward. Its purpose is generally to listen for events coming from the shards and process them accordingly.