We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dadc0 commit d33b148Copy full SHA for d33b148
src/pycamp_bot/commands/projects.py
@@ -8,7 +8,7 @@
8
9
10
current_projects = {}
11
-NOMBRE, DIFICULTAD, TOPIC, PARTICIPANTS = ["nombre", "dificultad", "topic", "participantes"]
+NOMBRE, DIFICULTAD, TOPIC = ["nombre", "dificultad", "topic"]
12
13
logger = logging.getLogger(__name__)
14
0 commit comments