diff --git a/redbot/cogs/reports/reports.py b/redbot/cogs/reports/reports.py index d32122120..422044702 100644 --- a/redbot/cogs/reports/reports.py +++ b/redbot/cogs/reports/reports.py @@ -236,12 +236,12 @@ class Reports(commands.Cog): ) return ticket_number - @commands.group(name="report", invoke_without_command=True) + @commands.group(name="report", usage="[text]", invoke_without_command=True) async def report(self, ctx: commands.Context, *, _report: str = ""): """Send a report. Use without arguments for interactive reporting, or do - `[p]report ` to use it non-interactively. + `[p]report [text]` to use it non-interactively. """ author = ctx.author guild = ctx.guild