✅ command methods not throwing any errors
my methods for my commands, even when awaited at every reference point, aren't throwing errors that can be seen or kill my program?
and no there is no
try-catch
5 Replies
Try adding a try-catch block?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I mean, a method throwing an exception and not wrapped in a try-catch should cause the exception to bubble up and crash the application
Idk, we'd need to see some code
I think he said his problem was already solved by adding try-catch block
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View