txlyre hai 2 meses
pai
achega
16662ad5d0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      commands.py

+ 1 - 0
commands.py

@@ -810,4 +810,5 @@ COMMANDS = {
     "run": Handler(run_handler, is_public=True),
     "say": Handler(say_handler, is_public=True),
     "roll": Handler(roll_handler, is_public=True),
+    "chess": Handler(chess_handler, is_public=True),
 }