mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Improved Travis CI config (#540)
This commit is contained in:
parent
08541e419f
commit
dd3916e586
@ -3,5 +3,9 @@ python:
|
|||||||
- "3.5.2"
|
- "3.5.2"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script: python -m compileall ./
|
script:
|
||||||
|
- python -m compileall ./red.py
|
||||||
|
- python -m compileall ./cogs
|
||||||
cache: pip
|
cache: pip
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# Red - A fully customizable Discord bot
|
# Red - A fully customizable Discord bot
|
||||||
#### *Music, admin, trivia, fun commands and much more!*
|
#### *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.
|
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.
|
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:
|
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!)
|
* trivia (lists included and you can make new ones!)
|
||||||
* music features (playlists, youtube, soundcloud, queues...)
|
* music features (playlists, youtube, soundcloud, queues...)
|
||||||
* stream alerts (twitch/hitbox)
|
* stream alerts (twitch/hitbox)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user