Skip to content

Commit

Permalink
V 0.7 Update
Browse files Browse the repository at this point in the history
V.0.7 consists of:

- Improved commands
- UI changes
- Better logging


- drk
  • Loading branch information
DrkTheDon authored Jul 10, 2022
1 parent 305b47e commit 5e8d031
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ def clearcmd():

@bot.event
async def on_ready():
print(f"{Colors.purple}BlackDC - V.0.6 - BETA")
print(f"{Colors.purple}BlackDC - V.0.7 - BETA ACCESS")
time.sleep(0.5)
print(f"{Colors.yellow}----------------------------------------------------------------------------------{Colors.white}")
print(f"{Colors.green}[+]{Colors.white} Loaded {Colors.red}BlackDC V.0.7{Colors.white} by {Colors.green}drk#1337")
time.sleep(0.5)
print(f"{Colors.yellow}----------------------------------------------------------------------------------{Colors.white}")
print(f"{Colors.green}[+]{Colors.white} Connected to {Colors.yellow}{bot.user}")
Expand Down

0 comments on commit 5e8d031

Please sign in to comment.