mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
!join point to Red-Docs (#175)
This commit is contained in:
parent
893c38a313
commit
430756347d
2
red.py
2
red.py
@ -268,7 +268,7 @@ async def join(invite_url : discord.Invite):
|
||||
if bot.user.bot == True:
|
||||
msg = "I have a **BOT** tag, so I must be invited with an OAuth2 link:\n"
|
||||
msg += "`https://discordapp.com/oauth2/authorize?&client_id=`__**`MY_CLIENT_ID_HERE`**__`&scope=bot`\n"
|
||||
msg += "For more information: https://discordapp.com/developers/docs/topics/oauth2#adding-bots-to-guilds"
|
||||
msg += "For more information: https://twentysix26.github.io/Red-Docs/red_guide_bot_accounts/#bot-invites"
|
||||
await bot.say(msg)
|
||||
else:
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user