Closed mirryi closed 3 years ago
This PR prevents hangups from crashing when the user inputs /image /path/to/image where /path/to/image does not exist.
/image /path/to/image
/path/to/image
Instead of crashing, the message "Failed to find image /path/to/image" is shown.
"Failed to find image /path/to/image"
Thanks!
This PR prevents hangups from crashing when the user inputs
/image /path/to/image
where/path/to/image
does not exist.Instead of crashing, the message
"Failed to find image /path/to/image"
is shown.