Skip to content

Commit

Permalink
fix : change discord channel to 와카타임 랭킹
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonSangWon committed Oct 23, 2023
1 parent 17b95c6 commit b500fa3
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 @@ -40,7 +40,7 @@ public DiscordListener(MemberRepository memberRepository) {
@Override
public void onSlashCommandInteraction(SlashCommandInteractionEvent event) { //test->1116650046797135992, 1090659127417638943
try{
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 b500fa3

Please sign in to comment.