Botinvite Message

This commit is contained in:
Akumatic
2018-06-20 21:03:48 +02:00
parent 750e021833
commit c0bc979330
2 changed files with 17 additions and 12 deletions

View File

@ -11,6 +11,12 @@ class User():
"""Prints the greeting text a user receives by joining the server"""
await ctx.send(s[str(ctx.guild.id)]["joinMessage"])
@commands.command()
async def botinvite(self, ctx):
await ctx.send("""Invite Link: <https://discordapp.com/oauth2/authorize?client_id={}&scope=bot&permissions=8>
\nPlease read <https://github.com/Akumatic/Akuma-Matata/blob/master/README.md> for informations""".format(self.bot.user.id))
@commands.command()
async def suggest(self, ctx, *, msg : str):
"""Makes a suggestion to the moderation team.