remove unused var
This commit is contained in:
parent
457c90a374
commit
0e6c6ab0b1
@ -97,7 +97,6 @@ class SebiMachine(commands.Bot, LoadConfig, Loggable):
|
||||
tb = ''.join(tb)
|
||||
joke = random.choice(jokes)
|
||||
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.
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user