We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8743a2a commit b51cdeaCopy full SHA for b51cdea
CloneCord.py
@@ -39,8 +39,8 @@
39
from discord.utils import get
40
41
# 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')
+os.system('title CloneCord Discord Bot V6 BETA by REKULOUS. Original code by KushTheApplusser')
+os.system('color 0B')
44
45
46
# Get bot config.json so the code has access to your bot account.
0 commit comments