Fix droprarity and dropnumber commands #431

Merged
Vylpes merged 3 commits from feature/CD-429 into hotfix/0.8.4 2025-04-22 15:12:11 +01:00
Owner
  • Fix the droprarity and dropnumber commands with the changes previously made regarding image urls
  • Add a CatchError function to the app logger to easily send caught errors to the error logs
  • Add choices to the droprarity command to make them easier to select

- Fix the droprarity and dropnumber commands with the changes previously made regarding image urls - Add a `CatchError` function to the app logger to easily send caught errors to the error logs - Add choices to the droprarity command to make them easier to select #429
Vylpes added 2 commits 2025-04-22 15:08:16 +01:00
requested review from VylpesTester 2025-04-22 15:08:19 +01:00
Vylpes added the
type
bug
label 2025-04-22 15:08:23 +01:00
VylpesTester was assigned by Vylpes 2025-04-22 15:08:27 +01:00
VylpesTester requested changes 2025-04-22 15:10:38 +01:00
Dismissed
@ -80,3 +78,1 @@
} else {
await interaction.editReply("Unable to send next drop. Please try again, and report this if it keeps happening. Code: UNKNOWN");
}
AppLogger.CatchError("Droprarity", e);
Member

Should be Dropnumber

Should be `Dropnumber`
Vylpes marked this conversation as resolved
Vylpes added 1 commit 2025-04-22 15:11:16 +01:00
requested review from VylpesTester 2025-04-22 15:11:28 +01:00
VylpesTester approved these changes 2025-04-22 15:12:05 +01:00
Vylpes merged commit 9b34bc65a7 into hotfix/0.8.4 2025-04-22 15:12:11 +01:00
Vylpes deleted branch feature/CD-429 2025-04-22 15:12:11 +01:00
Sign in to join this conversation.
No description provided.