Introduction

BANNER

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.