Skip to content

Commit

Permalink
fix channel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghdut-Mandal committed Sep 18, 2021
1 parent 39f28f2 commit 6828897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/DiscordApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ object DiscordApp : MessageCreateListener, TyperXView {
addSSListener(it)
}
}
} else
} else if(channelName == msg.channel.id.toString())
postVerification(msg, event)
}
}
Expand Down

0 comments on commit 6828897

Please sign in to comment.