From 57d5c0870a2c704c8225af6c901bcda58c9a30bb Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 19 Jun 2019 14:40:25 +0200 Subject: [PATCH] style(modlog): Phrase information about `reason` command better (#2777) --- redbot/core/modlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/modlog.py b/redbot/core/modlog.py index 2c42007fc..9b95e2abe 100644 --- a/redbot/core/modlog.py +++ b/redbot/core/modlog.py @@ -116,7 +116,7 @@ class Case: if self.reason: reason = "**Reason:** {}".format(self.reason) else: - reason = "**Reason:** Use `[p]reason {} ` to add it".format(self.case_number) + reason = "**Reason:** Use the `reason` command to add it" if self.moderator is not None: moderator = escape_spoilers(