Skip to content

SquibbleQuibble/bot

Repository files navigation

Evie.Code's Discord.JS Bot Guide - Season 2

This repository contains the code for each episode of my bot guide on YouTube.

How does this thing work?

Each branch of this repository will contain the totality of the code for that episode.

The #master branch contains the current code for the latest episode. Once a new episode is out, a new branch is created for the previous episode's code.

To navigate between each episode's code, simply click on the Branch: Master at the top, then select an episode.

Current Episode List

Episode 1: VS Code Installation

View the Episode

This episode doesn't have code, only software setup.

Episode 2: First Bot Run and Debugging

View the Episode View the Code

In this video we'll install our pre-requisites for running Discord.js, setup our first bot, join it to the server, and make it ping! On top of that, we learn how to write proper code using ESLint, and how to debug that code using VSCode's Debug mode. A long episode, but an awesome one!

Episode 3: Configs, Pings, Prefixes and more!

In this fairly bulky episode, we explore so many things! This includes:

View the Episode View the Code

  • Using Template Literals
  • Augmenting our ping command
  • Learning about argument and command parsing
  • Adding exceptions to our eslint rules
  • Adding a prefix to our bot

Episode 4: Events, Embeds, Extended

View the Episode View the Code

In this episode we'll explore a few events, how to create embeds, and how to split our code into proper functions.

Episode 5:

View the Episode View the Code

In this episode we'll separate our functions, events, and commands into their own files. Once that's done, we'll explore sending and receiving various Emojis - the basic ones, and the custom ones!

Getting Support

For support join 〈evie.codes〉 and talk to me, 〈evie.codes〉!

Code for my Discord.js Bot Guide on https://youtube.com/c/eviecodes/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors