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

Launch a minimal python script to take your Discord Bot always online.

License

Notifications You must be signed in to change notification settings

fistwho/makeTheBotOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Launch a minimal python script to take your Discord Bot always online.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages