From b51cdea9ba98ed5a2fd9893602dc916ae2237f80 Mon Sep 17 00:00:00 2001 From: Rekulous <79665689+Rekulous@users.noreply.github.com> Date: Sun, 26 Sep 2021 14:53:44 -0400 Subject: [PATCH] Fix --- CloneCord.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CloneCord.py b/CloneCord.py index e2239bb..47acc69 100644 --- a/CloneCord.py +++ b/CloneCord.py @@ -39,8 +39,8 @@ from discord.utils import get # Change CMD Text Color to Cyan, and Change CMD / Python Window Title Name (ONLY FOR WINDOWS) -subprocess.run('title CloneCord Discord Bot V6 BETA by REKULOUS. Or') -subprocess.run('color 0B') +os.system('title CloneCord Discord Bot V6 BETA by REKULOUS. Original code by KushTheApplusser') +os.system('color 0B') # Get bot config.json so the code has access to your bot account.