Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekulous committed Sep 26, 2021
1 parent 8743a2a commit b51cdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CloneCord.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b51cdea

Please sign in to comment.