Introduction

BANNER

If you're reading this, it probably means you want to learn how to make a bot with GCommands Next. Awesome! You've come to the right place. This guide will teach you things such as:

Before you begin...

TIP

This guide is much easier to follow if you have existing knowledge of discord.jsopen in new window

Alright, making a bot is cool and all, but there are some prerequisites to it. To create a bot with GCommands Next, you should have a fairly decent grasp of JavaScript itself. While you can make a bot with very little JavaScript and programming knowledge, trying to do so without understanding the language first will only hinder you. You may get stuck on many uncomplicated issues, struggle with solutions to incredibly easy problems, and all-in-all end up frustrated. Sounds pretty annoying.

If you don't know JavaScript but would like to learn about it, here are a few links to help get you started:

Take your pick, learn some JavaScript, and once you feel like you're confident enough to make a bot, come back and get started!