From e02741e0627f3c69281bab96f85b2307c9dc603c Mon Sep 17 00:00:00 2001 From: japandotorg Date: Mon, 8 Jul 2024 08:25:15 +0530 Subject: [PATCH] [Info] update doc --- info/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/settings.py b/info/settings.py index cf305b6..8398518 100644 --- a/info/settings.py +++ b/info/settings.py @@ -29,9 +29,9 @@ async def _info_set_special( **Arguments**: - ` :` The server the corresponding role and emoji is from. + ` :` The server the corresponding role is from. ` :` The applied role for the badge. - ` :` The corresponding 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