llmOS-Agent / bot /__main__.py
tech-envision
Refactor Discord bot and add module entry point
57fa15b
raw
history blame contribute delete
69 Bytes
from .discord_bot import main
if __name__ == "__main__":
main()