txlyre hace 2 meses
padre
commit
16662ad5d0
Se han modificado 1 ficheros con 1 adiciones y 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),
 }