Introduction
If you came here, you probably want to learn how to use GCommands. GCommands allows you to easily handle Message & Slash commands for the Discord.JSopen in new window library. This guide will teach you how to:
- create and run a bot.
- create slash & message commands.
Before you begin...
First, you need to know at least some basics of JavaScript. You can start without them, but you'll get stuck on many simple problems that you would otherwise solve easily.
- Modern JavaScript tutorialopen in new window
- MDN's JavaScript guide and Documentationopen in new window
- CodeCademy JavaScript courseopen in new window
- W3School JavaScriptopen in new window
- W3School NodeJSopen in new window
- And honestly, Stack Overflowopen in new window will be helping you with many problems