Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make this configurable with the new config system. #723

Open
github-actions bot opened this issue Feb 7, 2025 · 0 comments
Open

Make this configurable with the new config system. #723

github-actions bot opened this issue Feb 7, 2025 · 0 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2025

) # 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 $" if user_name else f"{Config.BOT_NAME.lower()}@discord $"
            )  # TODO: Make this configurable with the new config system.
            text += f" {round(bot.latency * 1000)}ms" if bot else ""

        except Exception as e:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants