Fix project not installing

This commit is contained in:
BarsTiger
2023-10-25 13:23:01 +03:00
parent 1c2ee36edc
commit 6624c3d900

4
anymusicbot.py Normal file
View File

@@ -0,0 +1,4 @@
from bot import main
if __name__ == '__main__':
main()