]> git.lizzy.rs Git - furrybot.git/commitdiff
Add smile command
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 14 Mar 2021 12:40:12 +0000 (13:40 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 14 Mar 2021 12:40:12 +0000 (13:40 +0100)
bot.lua

diff --git a/bot.lua b/bot.lua
index a624a64adb0df6255f6640c0c5c241dbdd015978..bf88852101e363a48b021f6c35a9a118ebd909a3 100644 (file)
--- 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")