AS a developer, I want commands to be put inside a try/catch #67
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
wontfix
No project
No assignees
1 participant
Notifications
Total time spent: 5 minutes 8 seconds
Due date
Vylpes
5 minutes 8 seconds
No due date set.
Dependencies
No dependencies set
Reference
External/card-drop#67
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic:
Story Points: 2
AS a developer, I want commands to be put inside a try/catch
SO THAT if an error occurs the code doesn't crash the whole bot
Acceptance Criteria
AS a developer
GIVEN I have a fatal bug in the code
WHEN the code executes
THEN the command should fail gracefully
AND produce an error embed
Subtasks
No subtasks
Notes
No notes
Drop/Reroll commands should display an error on try/catchto AS a developer, I want commands to be put inside a try/catch