Skip to content

Conversation

Zabuzard
Copy link
Member

Overview

This is a hotfix release, fixing a bug with the help system.

  • fixed a bug with help channels being stuck in the "free"-status forever

After updating to JDA5, GuildMessageReceviedEvent was removed.
MessageReceivedEvent has to be used instead.

To "counter" this, one can use the isFromGuild method.

I use this method, but incorrect.
I should invert the if statemen; if the message is NOT from a guild, ignore.

This modification fixes the update that broke the help system.
@Zabuzard Zabuzard added the release Marks official releases and talks about them, i.e. merges from develop to master label Apr 14, 2022
@Zabuzard Zabuzard self-assigned this Apr 14, 2022
@Zabuzard Zabuzard requested review from a team as code owners April 14, 2022 09:17
@Zabuzard Zabuzard merged commit bae7b79 into master Apr 14, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Marks official releases and talks about them, i.e. merges from develop to master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant