Files
AnyMusicBot/anymusicbot.py
2023-10-25 13:23:01 +03:00

5 lines
60 B
Python

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