Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
98 stars 82 forks source link

Refactor help thread creation workflow #1112

Closed SquidXTV closed 1 month ago

SquidXTV commented 1 month ago

resolves #1111

About

This slightly improves the help thread creation workflow by reusing already gathered Message.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

SquidXTV commented 1 month ago

yeah kinda annoying with all these any in the lambdas. I hope we update to java 22 soon, which lets us replace them with _