MeowNex/cc/hug
2024-11-15 21:15:49 -08:00

4 lines
No EOL
133 B
Text

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