Skip to content

PieTw3lve/Tuxbrain-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuxbrain Bot

GitHub release (latest by date) License: GPL v3

Description

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.

Features

  • Profile Customization: profile, set, shop!
  • Economy Integration: leaderboard, daily, pay, and 6 more!
  • Music Player: play, controller, join, and leave!
  • Pokémon Card Collecting and Trading: pokeshop, pokeinv, pokeopen, pokeinfo, and poketrade!
  • Interactive Games: russian-roulette, rps, connect4, blackjack, and hangman!
  • Tuxbrain Rushsite Integration: register, search, top, and strike!
  • Moderation: broadcast, poll, purge, translator and 6 more!
  • Fun/Useless Commands: random, fact, wotd, and bored!

Installation

  1. Ensure that you have Python 3.11.0 or later installed.
  2. Use the requirements.txt file included to install the dependencies with one command (see below).
  3. If the above method doesn't work, install each dependency individually.
  4. Set up and operate a Lavalink server to enable music playback.
pip install -r requirements.txt

How to run the Bot

  1. Modify the startup.py file, if you haven't already.
  2. Enable all intents through the Discord Developer Portal.
  3. Run the bot.py file through the console.

Further readings