diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-14 13:40:12 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-14 13:40:12 +0100 |
commit | 7df117a6d4f8f2942aaa819bf58b57497d0243e6 (patch) | |
tree | cceaa9ab83dbcd95cb509ef5b222cd69a3f7c03e /bot.lua | |
parent | 5923e8db837b5ec4400c982ab9d9adf8b0ea3ade (diff) | |
download | furrybot-7df117a6d4f8f2942aaa819bf58b57497d0243e6.tar.xz |
Add smile command
Diffstat (limited to 'bot.lua')
-rw-r--r-- | bot.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |