You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) # TODO: Make this configurable with the new config system.
user_display_avatar: str|None=None,
) ->tuple[str, str|None]:
try:
text: str= (
f"{user_name}@discord $"ifuser_nameelsef"{Config.BOT_NAME.lower()}@discord $"
) # TODO: Make this configurable with the new config system.text+=f" {round(bot.latency*1000)}ms"ifbotelse""exceptExceptionase:
The text was updated successfully, but these errors were encountered:
tux/tux/ui/embeds.py
Line 146 in 2a75dfb
The text was updated successfully, but these errors were encountered: