Skip to content

Commit

Permalink
Add all catch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Aug 28, 2024
1 parent 62ae5ee commit 5e4ec33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ await message.User.Dispatch(new SelectWorldResult
}
});
}
catch (Exception)
catch
{
await message.User.Dispatch(new SelectWorldResult
{
Expand Down

0 comments on commit 5e4ec33

Please sign in to comment.