forked from jshiffer/matterbridge
Pick up all the webhooks (discord) (#1383)
This commit is contained in:
parent
8764be7461
commit
1624f10773
@ -253,6 +253,5 @@ func (t *Transmitter) assignHooksByAppID(hooks []*discordgo.Webhook, appID strin
|
|||||||
"name": wh.Name,
|
"name": wh.Name,
|
||||||
"channel": wh.ChannelID,
|
"channel": wh.ChannelID,
|
||||||
}).Println(logLine)
|
}).Println(logLine)
|
||||||
break
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user