A Gaming Utility Discord bot written in Python with the PyCord library.
Run the following command when you have the image installed:
docker run \
-d \
-it \
--name tesseract \
--restart=unless-stopped \
-v /home/user/tesseract:/data \ #optional
-e TOKEN=12345678901234567890 \
-i tesseract
You're going to have to make an environment variable called TOKEN
, then just drop the script into whatever folder you want to be the main folder. I recommend placing a .bat
file in your startup folder for restarting the bot if you do this.
These versions are not recommended to run due to bugs and unfinished features, but if you wish to run them, place a file named config.py
and copy-paste this template into it:
TOKEN = "12345678901234567890"
TUsers = []
token
is your bot token, which can be grabbed from here.TUsers
are users with admin access to the bot, like the/debug
and other similar commands.
- Twitch/YT for new posts and streams
- Roblox, Apex Leg., and Mojang APIs
- Make a more descriptive help command
- Default roles when joining a server
- Finish the Wiki system (might be merged into another project)
- Music commands
- Moderation systems
Feel free to submit a PR or just fork off this project and go your own direction, its MIT license for a reason.
wip