Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 764 Bytes

File metadata and controls

28 lines (18 loc) · 764 Bytes

DaerBot

A simple Discord Bot developed for fun

This bot is only a fun project to learn JS, there are no promises that it will be even remotely functional.

For more information check: https://daergoth.github.io/daerbot/

Install & Run

Required environment variables:

Name Description
BOT_TOKEN Discord Bot Token
OWNER_ID Discord UserID of the Owner
HEROKU_ENV Optional. Heroku app link

If you plan to run the bot on Heroku, you should set the HEROKU_ENV environment variable.

After that:

npm install 

npm start

If the I am ready message shows up on the console the bot is up and running!