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)
|
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user