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

diff --git a/bot.lua b/bot.lua
index ac27f29c6f286ba9903243123559fc9465cac9c3..8e8eeb10e4c65cff16d50f7203e5d40cc959d5cd 100644 (file)
--- a/bot.lua
+++ b/bot.lua
@@ -318,6 +318,10 @@ end
 furrybot.commands.cocksize = furrybot.commands.dicksize
 
 -- fun
+function furrybot.commands.amogus(name)
+       furrybot.ping_message(name, "YOU KINDA SUS MAN", furrybot.colors.fun)
+end
+
 function furrybot.commands.verse(name)
        furrybot.json_http_request("https://labs.bible.org/api/?type=json&passage=random", name, function(data)
                furrybot.send(data.text .. furrybot.colors.info .. "[" .. data.bookname .. " " .. data.chapter .. "," .. data.verse .. "]", furrybot.colors.fun)