TripleSeven is a custom-built bot made specifically for an invite-only Discord server of over a hundred members. By running our own Discord bot, we have an auditable and smaller "trusted base" of code for sensitive actions such as role and message management.
TripleSeven is a modded version of Red, an open-source Discord bot. At the bottom of this document is the original README
for Red. TripleSeven was originally created in early 2017 as a fork of Red V1, but a breaking change to Discord's API made July 2020 prompted us to open-source and update the bot to the latest version of Red.
Because this bot is only available as a source code download from this page, the installation is slightly different. Instead of pip install redbot
, installation should be done by navigating to the root of this repository and running pip install .
. Upgrading similarly should be done with pip install .
.
This package acts as a replacement for the redbot
command and package, and will create a version conflict if installed in the same virtual environment as the vanilla redbot
package. If you want to install both TripleSeven and Red on the same computer, you will need to create separate virtual environments for each.
Overview • Installation • Documentation • Plugins • Community • License
Red is a fully modular bot – meaning all features and commands can be enabled/disabled to your liking, making it completely customizable. This is also a self-hosted bot – meaning you will need to host and maintain your own instance. You can turn Red into an admin bot, music bot, trivia bot, new best friend or all of these together!
Installation is easy, and you do NOT need to know anything about coding! Aside from installation and updating, every part of the bot can be controlled from within Discord.
The default set of modules includes and is not limited to:
- Moderation features (kick/ban/softban/hackban, mod-log, filter, chat cleanup)
- Trivia (lists are included and can be easily added)
- Music features (YouTube, SoundCloud, local files, playlists, queues)
- Stream alerts (Twitch, Youtube, Mixer, Hitbox, Picarto)
- Bank (slot machine, user credits)
- Custom commands
- Imgur/gif search
- Admin automation (self-role assignment, cross-server announcements, mod-mail reports)
- Customisable command permissions
Additionally, other plugins (cogs) can be easily found and added from our growing community of cog repositories.
The following platforms are officially supported:
If after reading the guide you are still experiencing issues, feel free to join the Official Discord Server and ask in the #support channel for help.
Red is fully modular, allowing you to load and unload plugins of your choice, and install 3rd party plugins directly from Discord! A few examples are:
- Cleverbot integration (talk to Red and she talks back)
- Ban sync
- Welcome messages
- Casino
- Reaction roles
- Slow Mode
- AniList
- And much, much more!
Feel free to take a peek at a list of available 3rd party cogs!
Red is in continuous development, and it’s supported by an active community which produces new content (cogs/plugins) for everyone to enjoy. New features are constantly added. If you can’t find the cog you’re looking for, consult our guide on building your own cogs!
Join us on our Official Discord Server!
Released under the GNU GPL v3 license.
Red is named after the main character of "Transistor", a video game by Super Giant Games.
Artwork created by Sinlaire on Deviant Art for the Red Discord Bot Project.
This project vendors discord.ext.menus package made by Danny Y. (Rapptz) which is distributed under MIT License. Copy of this license can be found in discord-ext-menus.LICENSE file in redbot/vendored folder of this repository.