diff --git a/gifs.json b/gifs.json index ac5e280..0abf852 100644 --- a/gifs.json +++ b/gifs.json @@ -22,18 +22,11 @@ "https://media.tenor.com/0LMxPQdFBKAAAAAC/nekopara-kiss.gif", "https://media.discordapp.net/attachments/775642657627832340/1077195063953723482/image1.gif" ], - "fuck": [ - "https://media.discordapp.net/attachments/857047804063907840/1005151333801795625/89CF232B-1310-4577-AECC-B4A143CF6DA1.gif" - ], "wag": [ "https://cdn.discordapp.com/emojis/934937659091075092.gif", "https://media.discordapp.net/attachments/331911505173807115/1073969787438374962/48D51101-3155-469A-A178-6D002780331E.gif", "https://cdn.weeb.sh/images/rJCVcytDW.gif" ], - "lewd": [ - "https://cdn.weeb.sh/images/H18uap_vb.gif", - "https://cdn.weeb.sh/images/rJgCSpp_wb.gif" - ], "boop": [ "https://media.tenor.com/xEULDAPjA0YAAAAC/boop-anime-anime.gif", "https://media.tenor.com/l5XjHcppGN0AAAAd/boop.gif", diff --git a/lines.json b/lines.json index 757b50a..5f03e8e 100644 --- a/lines.json +++ b/lines.json @@ -21,17 +21,10 @@ "$1 Kissed $2!~", "$1 Kissed $2... >~<" ], - "fuck": [ - "$1 does lewd stuff to $2. Oh my..." - ], "wag": [ "$2's Tail is wagging~ Cute!~", "$2 wags their tail :3" ], - "lewd": [ - "$1 says this is too lewd!~", - "$1, close your eyes!" - ], "boop": [ "$1 boops $2!~", "$1 booped $2!~ Cutee!~", @@ -41,4 +34,4 @@ "$2's blushing!~ Cutieeee~", "$2's blushing~ How cute~" ] -} \ No newline at end of file +} diff --git a/main.py b/main.py index f2ebb9b..7aec409 100755 --- a/main.py +++ b/main.py @@ -29,9 +29,7 @@ cuddle - Cuddles with target user hold - Hold target user's hand pat - Gives the targeted user headpats wag - Makes the target user's tail wag -fuck - Does some "stuff" to the target user 😳 flush - Makes the target user blush -lewd - Makes you say that it's too lewd boop - Boops target user ``` @@ -280,9 +278,7 @@ GIF_COMMANDS = [ "hold", "pat", "wag", - "fuck", "blush", - "lewd", "boop", ]