-
-
Notifications
You must be signed in to change notification settings - Fork 751
Uncaught exception when trying to remove pagination of deleted message #300
Copy link
Copy link
Closed
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)m: duplicateIssue or pull request already existsIssue or pull request already existsp: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)m: duplicateIssue or pull request already existsIssue or pull request already existsp: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
When a message with pagination is removed before the bot tries to remove the pagination reactions, an exception will be raised and displayed in channel:
To reproduce this, issue the
!tagscommand and remove the message before the bot removes the pagination.Although this will be a rare event, since it needs moderator removal, we probably want to suppress it anyway so it doesn't show up like above in public channels.