TheBookKnight / dj-discord-bot

Udemy
MIT License
0 stars 0 forks source link

DJ Discord Bot

Practice Course outline for Udemy

Part 1: Register Discord Bot

Steps:

  1. Install the Discord app
  2. Create a Server for practice
  3. Submit an application for a bot on Discord

Information about OAuth2, scopes, and permissions

  1. Install Dotenv and DiscordJS
npm install dotenv
npm install discord.js

What is Dotenv npm library?

Loads the environmental variables from the .env file

What is DiscordJS npm library?

Discord.js is a powerful Node.js module that allows you to easily interact with the Discord API. Needs NodeJS v18 and higher.