Tuxbrain Bot is an open source, multi-use Discord bot written in hikari.py, a new static-typed Python API wrapper. The bot is currently still in development, so there may be some bugs. Although it was designed for Tuxbrain.org servers, the bot can be hosted and used on any server.
- Profile Customization:
profile
,set
,shop
! - Economy Integration:
leaderboard
,daily
,pay
, and 6 more! - Music Player:
play
,controller
,join
, andleave
! - Interactive Games:
fish
,russian-roulette
,rps
,connect4
,blackjack
, andhangman
! - Tuxbrain Rushsite Integration:
register
,search
,top
, andstrike
! - Moderation:
broadcast
,purge
,translator
and 6 more! - Fun/Useless Commands:
random
,fact
, andwotd
!
- Clone the repository to your local machine.
git clone https://github.com/PieTw3lve/Tuxbrain-Bot.git
- Install the required dependencies.
pip install -r requirements.txt --no-dependencies
- Set up and operate a Lavalink server to enable music playback.
cd Lavalink
java -jar Lavalink.jar
Important
Tuxbrain Bot requires Python 3.11.0 or later to run.
- Generate settings.json by running the bot.py file once.
- Fill in the settings.json file with your bot token, guild ids, and other necessary information.
- Enable all intents through the Discord Developer Portal.
- Run the bot.py file again to start the bot.
cd src
python3.11 -O bot.py
- Hikari: https://github.com/hikari-py/hikari
- Lightbulb: https://github.com/tandemdude/hikari-lightbulb
- Miru: https://github.com/HyperGH/hikari-miru
- Lavalink: https://github.com/Devoxin/Lavalink.py
- Deep Translator: https://github.com/nidhaloff/deep-translator#chatgpt-translator
- Lingua: https://github.com/pemistahl/lingua-py