a discord bot with lots of fun commands, games, economy, and more!
- 💸 customizable per-server economy system
- 🎮 games like rock paper scissors or connect4
- 😂 fun commands like hacking another user (real), random jokes or animal images
- 🖼️ apply effects and filters to images
- 🔰 get anime news, characters, and waifus
- ⚙️ every command can be enabled and disabled
- 🕊️ lightweight, doesn't need many permissions
- 🎓 easy installation, no coding knowledge required
Note
This is a self-hosted bot – meaning you will need to host and maintain your own instance.
- Set up your bot on the Discord developer portal if you haven't already.
- Download the necessary files with
git clone https://github.com/astra1dev/tack-oh.git - Install the required packages with
python -m pip install -r requirements.txt - Edit the file
/settings/.envand add the following:- Your bot's token, which can be found on the Discord developer portal
- Your SomeRandomAPI API key, which can be obtained here. It is required for
/lyricsto work, and lowers rate limits for some other commands.
- Run the bot with
python3 bot.py
You can now add the bot in two ways:
- Invite the bot to your server (or any server where you have "Manage Server" permission) using the OAuth2 URL generator on the Discord developer portal.
- Add the bot directly to your account. This allows you to use the bot in any server. If you have "Use External Apps" permission in a server, the bot's messages will be visible to everyone, otherwise, they will only be visible to you. You won't be able to use the economy system in servers that don't have the bot added.
