commit 22842ec841f2dd52a854717951f4f2e6565a5f66
parent 03ddefe7b97118456c3f96334aeaa1b7a6a3d32f
Author: Milan Pässler <me@pbb.lc>
Date: Sat, 25 Jan 2020 00:13:29 +0100
parent 03ddefe7b97118456c3f96334aeaa1b7a6a3d32f
Author: Milan Pässler <me@pbb.lc>
Date: Sat, 25 Jan 2020 00:13:29 +0100
enable penguin cmd
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ctucxbot.nim b/src/ctucxbot.nim @@ -84,7 +84,7 @@ if getEnv("API_KEY") != "": bot.onUpdate(updateHandler) bot.onCommand("daysuntilcongress", daysUntilCongressCommand) bot.onCommand("fox", animalCommand(fox, false)) - #bot.onCommand("penguin", animalCommand(penguin, false)) # pingudor.de is offline + bot.onCommand("penguin", animalCommand(penguin, false)) bot.onCommand("dog", animalCommand(dog, false)) bot.onCommand("doggo", animalCommand(dog, false)) bot.onCommand("debuginfo", debuginfoCommand)