mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Improved Travis CI config (#540)
This commit is contained in:
parent
08541e419f
commit
dd3916e586
@ -3,5 +3,9 @@ python:
|
||||
- "3.5.2"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script: python -m compileall ./
|
||||
script:
|
||||
- python -m compileall ./red.py
|
||||
- python -m compileall ./cogs
|
||||
cache: pip
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
# Red - A fully customizable Discord bot
|
||||
#### *Music, admin, trivia, fun commands and much more!*
|
||||
[<img src="https://img.shields.io/badge/Support-me!-orange.svg">](https://www.patreon.com/Twentysix26) [<img src="https://img.shields.io/badge/discord-py-blue.svg">](https://github.com/Rapptz/discord.py) [<img src="https://discordapp.com/api/guilds/133049272517001216/widget.png?style=shield">](https://discord.gg/0k4npTwMvTpv9wrh)
|
||||
[<img src="https://img.shields.io/badge/Support-me!-orange.svg">](https://www.patreon.com/Twentysix26) [<img src="https://img.shields.io/badge/discord-py-blue.svg">](https://github.com/Rapptz/discord.py) [<img src="https://discordapp.com/api/guilds/133049272517001216/widget.png?style=shield">](https://discord.gg/0k4npTwMvTpv9wrh) [](https://travis-ci.org/Twentysix26/Red-DiscordBot)
|
||||
|
||||
Red is a fully modular bot which comes with sets of features/commands that can be enabled/disabled to your liking, making it customizable exactly how you want.
|
||||
You can turn Red into a trivia bot, an admin bot, a music bot (...) or all of these together.
|
||||
|
||||
The default set of modules includes and it's not limited to:
|
||||
* admin commands
|
||||
* moderation features (kick/ban/softban, filters, mod-log...)
|
||||
* trivia (lists included and you can make new ones!)
|
||||
* music features (playlists, youtube, soundcloud, queues...)
|
||||
* stream alerts (twitch/hitbox)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user