updated locale

This commit is contained in:
bacon
2024-03-10 23:54:37 +03:00
parent 6ae7fee5ba
commit 859ebaf510
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class General(commands.Cog):
f"Nickname: {user.nick}\n"
f"Joined at: {user.joined_at.strftime('%A, %B %d %Y @ %H:%M:%S')}", inline=False)
emb.add_field(name="Roles list", value=f"{roles}")
emb.set_footer(text=f"{Localized('Information requested by', key='REQUEST_INFO')}: {inter.author.display_name}")
emb.set_footer(text=f"Information requested by: {inter.author.display_name}")
await inter.response.send_message(embed=emb, ephemeral=True)