From 8dab5bbd822830efc048c50f339d6f2c3a1292d9 Mon Sep 17 00:00:00 2001 From: Mathis Date: Wed, 20 May 2026 14:30:31 +0200 Subject: [PATCH] Debug GitLab note DM v4 --- commandes/bug_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandes/bug_report.py b/commandes/bug_report.py index a361670..0d16d48 100644 --- a/commandes/bug_report.py +++ b/commandes/bug_report.py @@ -425,7 +425,7 @@ class BugReport(commands.Cog): ] try: - await user.send(components=components) + await user.send(content=" ", components=components) kuby_logger.info( f"Commentaire GitLab envoyé à {user} ({user.id}) pour l'issue #{issue_iid}" )