From 7df117a6d4f8f2942aaa819bf58b57497d0243e6 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 14 Mar 2021 13:40:12 +0100 Subject: [PATCH] Add smile command --- bot.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.lua b/bot.lua index a624a64..bf88852 100644 --- a/bot.lua +++ b/bot.lua @@ -224,6 +224,7 @@ end furrybot.commands.cry = furrybot.solo_rpg_command("cries") furrybot.commands.laugh = furrybot.solo_rpg_command("laughs") furrybot.commands.confused = furrybot.solo_rpg_command("is confused") +furrybot.commands.smile = furrybot.solo_rpg_command("smiles") furrybot.commands.hug = furrybot.interactive_rpg_command("hugs") furrybot.commands.cuddle = furrybot.interactive_rpg_command("cuddles") furrybot.commands.kiss = furrybot.interactive_rpg_command("kisses") -- 2.44.0