Fix format type

Signed-off-by: Etzelia <etzelia@hotmail.com>
strict
Etzelia 2020-10-25 21:29:11 -05:00
parent 27733f40f9
commit f54141f8e5
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func (t *Twitter) Discord(tweet *twitter.Tweet) error {
beaver.Debug(string(data))
if t.Filter.Webhook == "" {
return fmt.Errorf("no webhook for %s", t.Filter)
return fmt.Errorf("no webhook for %v", t.Filter)
}
payload := bytes.NewBuffer(data)