Skip to main content

Resources

Listed on this page are a couple of resources that can aid you in developing the discord bot, ranging from Discord.JS specific to the Discord API and general Javascript/Typescript knowledge.

Discord.JS Documentation

The official documentation for the Discord.JS library covers everything from every Class to Methods to Functions and etcetera. It is a great reference to see and learn about everything in Discord. JS.

Discord.JS Guide

The official guide for Discord.JS, it covers a lot of topics in great detail with code samples, explanations and step-by-step tutorials on how to do something.

Discord Developer Documentation

The official Discord Development Documentation focuses on the Discord API, which can be helpful in Discord.JS to understand types, requirements, and generally just how everything works.

NodeJS Learn

Official interactive learning guide for NodeJS, the runtime used by create-discord-bot; it covers everything NodeJS, methods, functions, keywords, and best practices.

Typescript Handbook

Official Typescript handbook is practical to first learn about Typescript, with interfaces, types, etcetera. And also a reference for Typescript.

That Weird Javascript Course

A free, short course made by Jeff Delaney, it teaches the basics of Javascript; data types, objects, functions variables, etcetera.

Eloquent Javascript

An ebook made by Marijn Haverbeke, it teaches everything about Javascript, including things like values, operators, keywords, error handling, expressions, asynchronous programming and more.

Google

A search engine made by Google contains everything about everything in most cases. Learn more