]> git.lizzy.rs Git - furrybot.git/commitdiff
Add some lewd command
authorElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 12 May 2021 18:55:46 +0000 (20:55 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 12 May 2021 18:55:46 +0000 (20:55 +0200)
bot.lua

diff --git a/bot.lua b/bot.lua
index 97b9e47a0a64eb0c96ceb2fc4a667f24420e4760..009d021cae1b09bead3460a18fe979e96ba4223b 100644 (file)
--- a/bot.lua
+++ b/bot.lua
@@ -248,6 +248,12 @@ end, function(name, target)
        furrybot.ping_message(name, " you are smelling " .. target .. "'s feet. They are kinda stinky!", furrybot.colors.rpg)
 end)
 
+furrybot.commands.blowjob = furrybot.request_command(function(name, target)
+       furrybot.ping_message(target, name .. " wants to suck your dick. Type !accept to accept or !deny to deny.", furrybot.colors.system)
+end, function(name, target)
+       furrybot.send(name .. " is sucking " .. target .. "'s cock. ˣoˣ IT'S SO HUGE", furrybot.colors.rpg)
+end)
+
 furrybot.commands.sex = furrybot.request_command(function(name, target)
        furrybot.ping_message(target, name .. " wants to have sex with you. Type !accept to accept or !deny to deny.", furrybot.colors.system)
 end, function(name, target)