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}" )