fix(moderation): fixed ephemeral argument's docstring in history
This commit is contained in:
parent
3402ea5553
commit
9d73e46749
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ class Moderation(commands.Cog):
|
|||
Amount of infractions to list per page
|
||||
page: int
|
||||
Page to select
|
||||
epheremal: bool
|
||||
ephemeral: bool
|
||||
Hide the command response
|
||||
export: bool
|
||||
Exports the server's entire moderation history to a JSON file"""
|
||||
|
|
Loading…
Reference in a new issue