We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e865e65 commit c6c0a27Copy full SHA for c6c0a27
src/main/java/net/javadiscord/javabot/listener/HugListener.java
@@ -32,7 +32,7 @@ public void onMessageReceived(@Nonnull MessageReceivedEvent event) {
32
if (event.isWebhookMessage()) {
33
return;
34
}
35
- if (event.getChannel().getIdLong()==Bot.config.get(event.getGuild()).getModeration().getSuggestionChannelId()) {
+ if (event.getChannel().getIdLong() == Bot.config.get(event.getGuild()).getModeration().getSuggestionChannelId()) {
36
37
38
TextChannel tc = null;
0 commit comments