1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/hug

4 lines
133 B
Text
Raw Normal View History

2024-11-15 21:15:15 -08:00
from random import choice
from sys import argv
2024-11-15 21:15:49 -08:00
lene = len(argv)
2024-11-15 21:15:15 -08:00
print("\x01ACTION gives a hug to {argv[1] if len > 3 else argv[3:]}")