Fixed indentaion errors

This commit is contained in:
davfsa 2018-06-16 10:56:57 +02:00 committed by GitHub
parent 3f0252909f
commit 0772281ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ class BotManager:
self.bot = bot
@commands.command()
async def invite(self, bot_id :discord.Member = None, prefix = None)
async def invite(self, bot_id :discord.Member = None, prefix = None):
em = discord.Embed()
if not bot: