Skip to content

AdelaideB9/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Prerequisites

Create a .env file in the root directory and paste your bot token inside with the variable name TOKEN.

TOKEN=XXXXXXXXXXX.XXXX.XXXXXXX

Node.js

npm install
npm start

Docker

docker build -t adelaideb9/discord-bot .
docker run -p 1234:8080 -d adelaideb9/discord-bot

Acknowledgements