-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededtelegram bot
Description
Describe the bug
There are lots of edge cases and instances where bot crashes due to some unexpected syntax or error.
Example : Unexpected syntax in /addmeetup
Expected behavior
The bot shouldn't crash instead it should respond with something like " Unexpected behaviour, please try again "
** Additional Context **
We are using log.Fatal / log.Fatalln when an error occurs. This causes the program to call os.exit(1) which is an undesirable behaviour.
Instead we should log.Print the errors as well as a bot response for the same.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededtelegram bot