|
@@ -74,10 +74,8 @@ end
|
|
|
|
|
|
bot.command(:neko, description: "Requests (sometimes lewd) nekos.") do |_event, keyword|
|
|
|
url = "https://nekos.life/api/v2/img/"
|
|
|
- options = ["cum", "les", "meow", "tickle", "lewd", "feed", "bj",
|
|
|
- "nsfw_neko_gif", "poke", "anal", "slap", "avatar", "pussy",
|
|
|
- "lizard", "classic", "kuni", "pat", "kiss", "neko", "cuddle",
|
|
|
- "fox_girl", "boobs", "random_hentai_gif", "hug"]
|
|
|
+ options = ["meow", "woof", "tickle", "feed", "poke", "slap", "avatar", "waifu",
|
|
|
+ "lizard", "pat", "kiss", "neko", "cuddle", "fox_girl", "hug"]
|
|
|
if options.include? keyword then
|
|
|
response = JSON.parse(Net::HTTP.get(URI("#{url}#{keyword}")))
|
|
|
"Here's your lewds! °˖✧◝(⁰▿⁰)◜✧˖°\n#{response['url']}"
|