We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7270816 commit c4e0befCopy full SHA for c4e0bef
handlers/feed_me.go
@@ -20,6 +20,7 @@ func FeedMe(params bot.HandlerParams) error {
20
}
21
22
if len(notes) < 5 {
23
+ params.Privmsgf(params.Target, "not enough links to feed the channel")
24
return nil
25
26
0 commit comments