From 698407632cdc27e15a935c109f48c95af3176ab0 Mon Sep 17 00:00:00 2001 From: shilch Date: Fri, 26 Oct 2018 22:46:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebot.go=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.go b/bot.go index d3dc381..9a2f5bb 100644 --- a/bot.go +++ b/bot.go @@ -16,6 +16,7 @@ var ( emojis = map[string][]string { ":pizza:": {"pizza"}, + ":hotdog:": {"wurst"}, ":fries:": {"pommes"}, ":hamburger:": {"burger"}, ":fish:": {"lachs", "filet", "fisch", "kabeljau"},