Skip to content

HelloAOLab/discord-bot

Repository files navigation

Discord Bot

Setup

Environment Variables

Create a .env file in the project root with the following variables:

DISCORD_TOKEN=your_discord_bot_token_here
Variable Required Description
DISCORD_TOKEN Yes Your Discord bot token from the Developer Portal

The DATABASE_URL is managed automatically by the compose configuration and does not need to be set in .env.

Running with Docker Compose

docker compose up -d

Running with nerdctl Compose

nerdctl compose up -d

To stop the bot:

docker compose down
# or
nerdctl compose down

Logs:

docker compose logs -f
# or
nerdctl compose logs -f

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors