Skip to content

Commit

Permalink
fix : Change Discord channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonSangWon committed Oct 22, 2023
1 parent d1ffed2 commit ad5af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mega/waka/discord/DiscordListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public DiscordListener(MemberRepository memberRepository, SevenDaysWakaService s
}
@Override
public void onSlashCommandInteraction(SlashCommandInteractionEvent event) { //test->1116650046797135992, 1090659127417638943
if(!event.getChannel().getId().equals("1116650046797135992")) return;
if(!event.getChannel().getId().equals("1090659127417638943")) return;
super.onSlashCommandInteraction(event);

User user = event.getUser();
Expand Down

0 comments on commit ad5af05

Please sign in to comment.