Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

E-Edu/discord-bot

Repository files navigation

Python Discord Bot

View Dockerfile on GitHub.

Docker image tags

  • Image name: eedu/discord-bot

Environment Variables

Variable Required Default Description
DISCORD_TOKEN Yes /

available commands

.admin [params]

Parameter Description
register_welcome_channel save welcome channel id
register_frontend_bot_channel save frontend channel id
register_interface_bot_channel save interface channel id
register_user_bot_channel save user channel id
register_report_bot_channel save report channel id
register_task_bot_channel save task channel id
register_design_bot_channel save design channel id

.help

Run with Docker

docker run \
  -e DISCORD_TOKEN='' \
  eedu/discord-bot

Run with docker-compose

For easy usage, there is a Docker Compose example project included.

docker-compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published