-
Notifications
You must be signed in to change notification settings - Fork 4
719: Added route to send test discord message to club #757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
Title719: Added route to send test discord message to club PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A["AdminController POST /admin/discord/message/test"] --> B["DiscordClubManager.sendTestEmbedMessageToClub"]
B --> C["JDA Client connect/send"]
C --> D["Discord Guild Leaderboard Channel"]
|
| Relevant files | |||||
|---|---|---|---|---|---|
| Enhancement |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
src/main/java/org/patinanetwork/codebloom/common/components/DiscordClubManager.java
Outdated
Show resolved
Hide resolved
src/main/java/org/patinanetwork/codebloom/common/components/DiscordClubManager.java
Show resolved
Hide resolved
9532462 to
ba9ef51
Compare
|
/deploy |
4d13e0f to
eeea043
Compare
|
/deploy |
719: Admin message deletes self after 10 seconds
719: Added tests for sendDiscordMessage 719: Updated mockio test
719
Description of changes
Added an admin-only POST route that takes a clubId and sends a test message to the Discord guild associated with a club, given its clubId, in the channel associated with the channelId stored for them
Checklist before review
Screenshots
Dev
Message auto-deleted after 10 secodnds:

Staging