Files
AnyMusicBot/anymusicbot.py
2024-11-02 00:10:24 +02:00

5 lines
60 B
Python

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