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

#429

- 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
Fix the droprarity and dropnumber commands
Some checks failed
Test / build (push) Failing after 20s
eb3407255f
Fix linting issues
All checks were successful
Test / build (push) Successful in 20s
9492d206e3
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
Fix typo on Dropnumber command error logging
All checks were successful
Test / build (push) Successful in 20s
3be6567003
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.