Catches discord.NotFound in utils.mod.mass_purge (#3414)

* Catches `discord.NotFound` in `mass_purge`

* Create 3378.bugfix.rst
This commit is contained in:
Flame442
2020-01-20 14:09:17 -08:00
committed by Michael H
parent b085c1501f
commit 8f04fd436f
2 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1 @@
Fixed an error when ``redbot.core.utils.mod.mass_purge`` is passed ``COUNT % 100 == 1`` messages AND the last message in the list does not exist.