Skip to content

Commit

Permalink
Fix stat user in AI
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 17, 2024
1 parent d70a349 commit 0531634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ async def stat_category_error(self, ctx, error):
)

@cooldown()
@stat.command(aliases=['user', 'member', 'użytkownik', 'członek'])
@stat.command(aliases=['user', 'member', 'uzytkownik', 'użytkownik', 'członek'])
@commands.guild_only()
async def stat_member(self, ctx, member: Union[discord.Member, discord.User, int] = None, last_days: int = None):
member = member or ctx.author
Expand Down
3 changes: 2 additions & 1 deletion plugins/help_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@ class Help(commands.Cog):
("?użytkownik Discorda", "?typy zdarzeń"),
"Sprawdza kartotekę <?użytkownika Discorda> pod kątem <?typów zdarzeń>. "
"Jeśli nie podano <?użytkownika Discorda>, przyjmuje ciebie. "
"Jeśli nie podano typu <?typów zdarzeń>, zwraca wszystkie zdarzenia.",
"Jeśli nie podano typu <?typów zdarzeń>, zwraca wszystkie zdarzenia. "
"Zdarzenia to dołączenia do serwera, opuszczenia, ostrzeżenia, bany.",
"📂",
),
_Help.Command(
Expand Down

0 comments on commit 0531634

Please sign in to comment.