v6d3music/v6d3music/run-bot.py
2023-10-02 19:12:46 +00:00

5 lines
62 B
Python

from .main import main
if __name__ == "__main__":
main()