handle errors on interactions
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 39s

This commit is contained in:
Lee
2024-07-04 03:07:08 +01:00
parent 2fcc1b66c1
commit 750b8cbfea
2 changed files with 25 additions and 5 deletions

View File

@ -45,5 +45,4 @@ public class DragRequest {
* The request message sent in the voice channel
*/
private Message requestMessage;
}