forked from kemonomimi/nyabot
all: Removed unholy commands
This commit is contained in:
parent
18bb70156d
commit
f7108de78e
3 changed files with 1 additions and 19 deletions
|
@ -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",
|
||||
|
|
|
@ -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~"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
4
main.py
4
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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue