Add missing , and go fmt

master
Jonas Franz 5 years ago
parent 35b70fe3d0
commit 4d2889942f
  1. 2
      bot.go

@ -26,7 +26,7 @@ var (
":meat_on_bone:": {"schnitzel", "steak", "schwein", "huhn", "geflügel"}, ":meat_on_bone:": {"schnitzel", "steak", "schwein", "huhn", "geflügel"},
":spaghetti:": {"nudel", "spaghetti", "pasta"}, ":spaghetti:": {"nudel", "spaghetti", "pasta"},
":bread:": {"brot", "brötchen"}, ":bread:": {"brot", "brötchen"},
":rice:": {"reis"} ":rice:": {"reis"},
} }
) )

Loading…
Cancel
Save