"""Discord bot package.""" from .discord_bot import main __all__ = ["main"]