AS a developer, I want commands to be executed from a try/catch #369
	
		Labels
		
	
	
	
	No labels
	
		
			
	
	blocked
		
			duplicate
		
			enhancement
		
			good first issue
		
			help wanted
		
			invalid
		
			needs criteria
		
			needs estimate
		
			needs testing
		
			question
		
			type
admin
		
			type
bug
		
			type
change
		
			type
defect
		
			type
dependencies
		
			type
documentation
		
			type
epic
		
			type
incident
		
			type
investigation
		
			type
spike
		
			type
story
		
			type
subtask
		
			wontfix
		
		
			blocked
		
			duplicate
		
			needs
approval
		
			needs
criteria
		
			needs
estimate
		
			needs
tests
		
			question
		
			type
admin
		
			type
alert
		
			type
bug
		
			type
change
		
			type
defect
		
			type
dependencies
		
			type
epic
		
			type
idea
		
			type
incident
		
			type
spike
		
			type
story
		
			won't fix
		
	
		No milestone
		
			
		
	No project
	
		
	
	
	
	
		No assignees
		
	
	
		
			
		
	
	
	
		1 participant
	
	
		
		
	Notifications
	
		
	
	
	
		
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
	
	
		
	
	
		
			Reference
		
	
	
		
	
	
			RabbitLabs/vylbot-app#369
			
		
	
		Loading…
	
	Add table
		Add a link
		
	
		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: 3
SO THAT I can make sure commands don't crash the bot for other users and I can properly log the errors to the logger
Acceptance Criteria
GIVEN I am a bot developer
WHEN the bot crashes
THEN the bot will log this error to the logger
Subtasks
No subtasks
Notes
No notes
I want to add the logger first #396
Commands should be executed in a try/catchto AS a developer, I want commands to be executed from a try/catch