Skip to content

Commit ca8f81e

Browse files
Update musicbot.py
1 parent b5431be commit ca8f81e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

music/musicbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async def musicbot(client: Client, message: Message):
6969
subprocess.run(
7070
["git", "clone", "https://github.com/The-MoonTg-project/musicbot.git"]
7171
)
72+
shutil.rmtree("musicbot/.git")
7273
subprocess.run(
7374
[
7475
sys.executable,

0 commit comments

Comments
 (0)