summaryrefslogtreecommitdiff
path: root/bot.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-03-14 13:40:12 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-03-14 13:40:12 +0100
commit7df117a6d4f8f2942aaa819bf58b57497d0243e6 (patch)
treecceaa9ab83dbcd95cb509ef5b222cd69a3f7c03e /bot.lua
parent5923e8db837b5ec4400c982ab9d9adf8b0ea3ade (diff)
downloadfurrybot-7df117a6d4f8f2942aaa819bf58b57497d0243e6.tar.xz
Add smile command
Diffstat (limited to 'bot.lua')
-rw-r--r--bot.lua1
1 files changed, 1 insertions, 0 deletions
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")