From 6624c3d900048f8b9b42afec81d3b295eb09bf21 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Wed, 25 Oct 2023 13:23:01 +0300 Subject: [PATCH] Fix project not installing --- anymusicbot.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 anymusicbot.py diff --git a/anymusicbot.py b/anymusicbot.py new file mode 100644 index 0000000..ed777dd --- /dev/null +++ b/anymusicbot.py @@ -0,0 +1,4 @@ +from bot import main + +if __name__ == '__main__': + main()