Skip to content

Commit b51cdea

Browse files
committed
Fix
1 parent 8743a2a commit b51cdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CloneCord.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
from discord.utils import get
4040

4141
# Change CMD Text Color to Cyan, and Change CMD / Python Window Title Name (ONLY FOR WINDOWS)
42-
subprocess.run('title CloneCord Discord Bot V6 BETA by REKULOUS. Or')
43-
subprocess.run('color 0B')
42+
os.system('title CloneCord Discord Bot V6 BETA by REKULOUS. Original code by KushTheApplusser')
43+
os.system('color 0B')
4444

4545

4646
# Get bot config.json so the code has access to your bot account.

0 commit comments

Comments
 (0)