"""Discord bot for chatting with the LLM.""" from .discord_bot import LLMDiscordBot __all__ = ["LLMDiscordBot"]