remove unused var

This commit is contained in:
annihilator708 2018-05-23 21:59:21 +02:00
parent 457c90a374
commit 0e6c6ab0b1

View File

@ -97,7 +97,6 @@ class SebiMachine(commands.Bot, LoadConfig, Loggable):
tb = ''.join(tb) tb = ''.join(tb)
joke = random.choice(jokes) joke = random.choice(jokes)
fmt = f'**`{self.defaultprefix}{ctx.command}`**\n{joke}\n\n**{type(error).__name__}:**:\n```py\n{tb}\n```' fmt = f'**`{self.defaultprefix}{ctx.command}`**\n{joke}\n\n**{type(error).__name__}:**:\n```py\n{tb}\n```'
simple_fmt = f'**`{self.defaultprefix}{ctx.command}`**\n{joke}\n\n**{type(error).__name__}:**:\n**`{error}`**'
# Stops the error handler erroring. # Stops the error handler erroring.
try: try: