Fixed indentaion errors

This commit is contained in:
davfsa
2018-06-16 10:56:57 +02:00
committed by GitHub
parent 3f0252909f
commit 0772281ab2
+1 -1
View File
@@ -7,7 +7,7 @@ class BotManager:
self.bot = bot self.bot = bot
@commands.command() @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() em = discord.Embed()
if not bot: if not bot: