1
0
mirror of https://github.com/nikoksr/notify.git synced 2026-05-22 10:15:31 +02:00

Fixed copy-paste error in comment

COPY PASTE STRIKES AGAIN!
This commit is contained in:
Mischa
2021-01-29 11:06:20 +13:00
committed by GitHub
parent 1cdd47bdc0
commit 229e3f7cda
+1 -1
View File
@@ -81,7 +81,7 @@ func parseOAuthToken(token string) string {
return "Bearer " + token
}
// AddReceivers takes Telegram channel IDs and adds them to the internal channel ID list. The Send method will send
// AddReceivers takes Discord channel IDs and adds them to the internal channel ID list. The Send method will send
// a given message to all those channels.
func (d *Discord) AddReceivers(channelIDs ...string) {
d.channelIDs = append(d.channelIDs, channelIDs...)