mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Updated invite URLs
This commit is contained in:
parent
146d9df460
commit
74f686aa5f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# 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) [](https://travis-ci.org/Twentysix26/Red-DiscordBot)
|
[<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/red) [](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.
|
||||||
|
|||||||
@ -727,7 +727,7 @@ class Owner:
|
|||||||
"""Shows info about Red"""
|
"""Shows info about Red"""
|
||||||
author_repo = "https://github.com/Twentysix26"
|
author_repo = "https://github.com/Twentysix26"
|
||||||
red_repo = author_repo + "/Red-DiscordBot"
|
red_repo = author_repo + "/Red-DiscordBot"
|
||||||
server_url = "https://discord.me/Red-DiscordBot"
|
server_url = "https://discord.gg/red"
|
||||||
dpy_repo = "https://github.com/Rapptz/discord.py"
|
dpy_repo = "https://github.com/Rapptz/discord.py"
|
||||||
python_url = "https://www.python.org/"
|
python_url = "https://www.python.org/"
|
||||||
since = datetime.datetime(2016, 1, 2, 0, 0)
|
since = datetime.datetime(2016, 1, 2, 0, 0)
|
||||||
|
|||||||
2
red.py
2
red.py
@ -328,7 +328,7 @@ def initialize(bot_class=Bot, formatter_class=Formatter):
|
|||||||
bot.oauth_url = url
|
bot.oauth_url = url
|
||||||
print(url)
|
print(url)
|
||||||
|
|
||||||
print("\nOfficial server: https://discord.me/Red-DiscordBot")
|
print("\nOfficial server: https://discord.gg/red")
|
||||||
|
|
||||||
print("Make sure to keep your bot updated. Select the 'Update' "
|
print("Make sure to keep your bot updated. Select the 'Update' "
|
||||||
"option from the launcher.")
|
"option from the launcher.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user