TimeoutError:
File "bot/cogs/help.py", line 40, in help_cleanup
await bot.wait_for("reaction_add", check=check, timeout=300)
File "asyncio/tasks.py", line 490, in wait_for
raise exceptions.TimeoutError()
NotFound: 404 Not Found (error code: 10008): Unknown Message
(3 additional frame(s) were not displayed)
...
File "discord/ext/commands/help.py", line 817, in command_callback
return await self.send_command_help(cmd)
File "bot/cogs/help.py", line 203, in send_command_help
await help_cleanup(self.context.bot, self.context.author, message)
File "bot/cogs/help.py", line 43, in help_cleanup
await message.remove_reaction(DELETE_EMOJI, bot.user)
File "discord/message.py", line 982, in remove_reaction
await self._state.http.remove_own_reaction(self.channel.id, self.id, emoji)
File "discord/http.py", line 223, in request
raise NotFound(r, data)
Error executing command invoked by <REDACTED>: !help purge user
Sentry Issue: BOT-6X