1
0
Fork 0
forked from swee/MeowNex

Add cc/hug

This commit is contained in:
Nova Cat 2024-11-15 21:15:15 -08:00
parent c74ee6dadf
commit bdf101ec92

4
cc/hug Normal file
View file

@ -0,0 +1,4 @@
from random import choice
from sys import argv
lene = len(sys.argv)
print("\x01ACTION gives a hug to {argv[1] if len > 3 else argv[3:]}")