discord: Fixed watch channels

This commit is contained in:
Medzik 2021-07-16 18:03:24 +02:00
parent 87c7dc4f8f
commit 36ea49e9ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
package config
var Version = "1.1.0"
var Version = "1.1.1"

View File

@ -21,7 +21,7 @@ func findChannel(channel string) bool {
func handleMsg(s disgord.Session, data *disgord.MessageCreate) {
m := data.Message
if findChannel(m.ChannelID.String()) {
if !findChannel(m.ChannelID.String()) {
return
}