Browse Source

Update 'commands/commands/simple.py'

kirkleon 1 year ago
parent
commit
7d2e193d8a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      commands/commands/simple.py

+ 1 - 0
commands/commands/simple.py

@@ -62,6 +62,7 @@ def inquire():
         "I guess",
         "Probably shouldn't",
         "Ask again later",
+        "u know ;)",
         "rand",
     )
     chosen = random.choice(opts)