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
show_page_director=False,
)
# TODO: Make help command more customizableifCONFIG.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.",
)
awaitself._add_bot_help_fields(embed)
menu.add_page(embed)
The text was updated successfully, but these errors were encountered:
tux/tux/help.py
Line 223 in 215b1e4
The text was updated successfully, but these errors were encountered: