mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
style(modlog): Phrase information about reason command better (#2777)
This commit is contained in:
parent
9d008d587a
commit
57d5c0870a
@ -116,7 +116,7 @@ class Case:
|
|||||||
if self.reason:
|
if self.reason:
|
||||||
reason = "**Reason:** {}".format(self.reason)
|
reason = "**Reason:** {}".format(self.reason)
|
||||||
else:
|
else:
|
||||||
reason = "**Reason:** Use `[p]reason {} <reason>` to add it".format(self.case_number)
|
reason = "**Reason:** Use the `reason` command to add it"
|
||||||
|
|
||||||
if self.moderator is not None:
|
if self.moderator is not None:
|
||||||
moderator = escape_spoilers(
|
moderator = escape_spoilers(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user