Debug GitLab note DM v5

This commit is contained in:
Mathis 2026-05-20 14:48:39 +02:00
parent 8dab5bbd82
commit edf3aada73
2 changed files with 2 additions and 2 deletions

View file

@ -425,7 +425,7 @@ class BugReport(commands.Cog):
]
try:
await user.send(content=" ", components=components)
await user.send(components=components)
kuby_logger.info(
f"Commentaire GitLab envoyé à {user} ({user.id}) pour l'issue #{issue_iid}"
)