Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.41 KB

makeTheBotOnline !

Launch a minimal python script to take your Discord Bot always online. The idea came with the extension Discord-Sync for the Woltlab Suite by Hanashi. With this extension you can synchronize your Woltlab Suite user groups with the user groups of Discord. But it should also work with any other bot.

❗ Requirements

📦 What's inside

🚀 How to use

Create a Discord bot and obtain a BOT-TOKEN! Not the Client Secret!

Then create the Container with:

docker create \
  --name=discordbotonline \
  --env 'GAMENAME=Visit KeinNerd.net' \
  --env 'DISCORDTOKEN=YOURDISCORDBOTTOKEN' \
  --restart unless-stopped \
keinnerd/makethebotonline:latest

🔧 Envs

GAMENAME = It show what the Bot "plays" - e.g. your Website

DISCORDTOKEN = The Bot-Token for your Bot

🚨 Support

Create a Github Issue or visit our Website!

🙏 Contribution

This are my first steps with creating dockerimages so any contribution to expand my knowledge is welcome !

📖 License

This project is under the MIT License.