-
-
Notifications
You must be signed in to change notification settings - Fork 751
Fix exception handling for help channel pins #1081
Copy link
Copy link
Closed
Labels
a: help channelsRelated to the help channel systemRelated to the help channel systemgood first issueGood for newcomersGood for newcomersl: 0 - beginnerp: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: help channelsRelated to the help channel systemRelated to the help channel systemgood first issueGood for newcomersGood for newcomersl: 0 - beginnerp: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sentry Issue: BOT-7J
Discord's API returns a 400 with error code 10008 rather than returning a 404 (AKA
NotFound), which is currently being caught. An unhanded error here means some stuff for tracking stats doesn't get set.