v6d3music/v6d3music/run-bot.py
2023-03-01 19:04:24 +00:00

5 lines
62 B
Python

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