Got rid of with ctx.typing() as it wasn't needed

pull/8/head
sgoudham 4 years ago
parent 1f78b45cfe
commit a6d0935d7c

@ -279,7 +279,6 @@ class Moderation(Cog):
# When an amount is specified and is between 0 and 100 # When an amount is specified and is between 0 and 100
if amount: if amount:
if 0 < amount <= 100: if 0 < amount <= 100:
with ctx.channel.typing():
# Delete the message sent and then the amount specified # Delete the message sent and then the amount specified
# (Only messages sent within the last 14 days) # (Only messages sent within the last 14 days)

Loading…
Cancel
Save