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 5e54c0a commit 83386daCopy full SHA for 83386da
src/pycamp_bot/commands/projects.py
@@ -453,7 +453,7 @@ async def show_projects(update, context):
453
"""Show available projects"""
454
projects = Project.select()
455
if not projects:
456
- text = "Todavía no hay ningún proyecto cargado"
+ msg_text = "Todavía no hay ningún proyecto cargado"
457
await update.message.reply_text(msg_text, link_preview_options=LinkPreviewOptions(is_disabled=True))
458
459
msg_text = ""
0 commit comments