Skip to content

Commit

Permalink
Merge pull request #2034 from TheReverendB/patch-3
Browse files Browse the repository at this point in the history
Update `!character` docstring
  • Loading branch information
SeanStoves committed Apr 12, 2024
2 parents 9f403f7 + 4320286 commit df5f83a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cogs5e/sheetManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ async def sheet(self, ctx):

@commands.group(aliases=["char"], invoke_without_command=True)
async def character(self, ctx, *, name: str = None):
"""If no character name is passed in, it will display the current character and information about the current channel, server and global characters if appropriate. Otherwise it switches the active Global character and unsets any channel or server-specific mappings that existed.
"""View or change your current active character.
Displays the current active character and any assigned channel, server or global character.
__Optional Arguments__
`name` - The name of the character you want to switch to. If not passed in it will show active character
information. e.g. `!character "Character Name"`
`name` - The name of the character you want to use. Example: `!character Froedrick Frankenstien`
"""
if name is None:
embed = await self._active_character_embed(ctx)
Expand Down

0 comments on commit df5f83a

Please sign in to comment.