From 15741e9da7b220d6d33e0e5bef61ba914c57283f Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 12 May 2021 20:55:46 +0200 Subject: [PATCH] Add some lewd command --- bot.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bot.lua b/bot.lua index 97b9e47..009d021 100644 --- 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) -- 2.44.0