-
Create a new directory
mkdir my-discord-bot cd my-discord-bot
-
Initialize a new Node.js project
npm init -y
-
Install dependencies
npm install discord.js node-fetch
-
Start the bot
node index.js
-
Create a new directory
mkdir my-discord-bot cd my-discord-bot
-
Initialize a new Node.js project
npm init -y
-
Install dependencies
npm install discord.js node-fetch
-
Start the bot
node index.js