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 help command more customizable #716

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

Make help command more customizable #716

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

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2025

tux/tux/help.py

Line 223 in 215b1e4

# TODO: Make help command more customizable

            show_page_director=False,
        )

        # TODO: Make help command more customizable
        if CONFIG.BOT_NAME != "Tux":
            logger.info("Bot name is not Tux, using different help message.")
            embed = self._embed_base(
                "Hello! Welcome to the help command.",
                f"{CONFIG.BOT_NAME} is an self hosted instance of Tux. The bot is written in Python using discord.py.\n\nIf you enjoy using {CONFIG.BOT_NAME}, consider contributing to the original project.",
            )
        else:
            embed = self._embed_base(
                "Hello! Welcome to the help command.",
                "Tux is an all-in-one bot by the All Things Linux Discord server. The bot is written in Python using discord.py, and we are actively seeking contributors.",
            )

        await self._add_bot_help_fields(embed)
        menu.add_page(embed)
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