dont know how this broke

This commit is contained in:
brandons209 2020-02-21 23:37:56 -05:00
parent a803f70baa
commit b786a873ba

View file

@ -576,6 +576,7 @@ class MoreAdmin(commands.Cog):
await ctx.send("Invalid threshold!")
return
guild = ctx.guild
start_time = time.time()
to_purge = await self.get_purges(ctx, role, threshold, check_messages=check_messages)