Skip to content

Commit

Permalink
[Info] update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 8, 2024
1 parent c5cce3e commit e02741e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ async def _info_set_special(
**Arguments**:
`<guild> :` The server the corresponding role and emoji is from.
`<guild> :` The server the corresponding role is from.
`<role> :` The applied role for the badge.
`<emoji> :` The corresponding emoji.
`<emoji> :` The corresponding emoji (any emoji [botname] has access to).
"""
guild_id: int = guild.id if isinstance(guild, discord.Guild) else guild
role_id: int = role.id if isinstance(role, discord.Role) else role
Expand Down

0 comments on commit e02741e

Please sign in to comment.