1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Remove embed from invite link

This commit is contained in:
Phxntxm 2017-07-02 22:18:33 -05:00
parent 60326c7053
commit 086b7f660b

View file

@ -256,7 +256,7 @@ class Miscallaneous:
perms.attach_files = True
perms.add_reactions = True
app_info = await self.bot.application_info()
await ctx.send("Use this URL to add me to a server that you'd like!\n{}"
await ctx.send("Use this URL to add me to a server that you'd like!\n<{}>"
.format(discord.utils.oauth_url(app_info.id, perms)))
@commands.command(enabled=False)