mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix unreferenced tmp variable (#1334)
This commit is contained in:
parent
c9a6c0ffcc
commit
de4af14676
@ -224,6 +224,8 @@ class Cleanup:
|
||||
await tmp.delete()
|
||||
else:
|
||||
return await ctx.send('Cancelled.')
|
||||
else:
|
||||
tmp = ctx.message
|
||||
|
||||
to_delete = []
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user