Skip to content

Commit 9b6d5f1

Browse files
committed
Expand long lines
1 parent 5a961d4 commit 9b6d5f1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

main.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,21 @@ def get_time():
7373
async def on_ready():
7474
if os.name == 'nt': os.system('cls')
7575
else: os.system('clear')
76-
await client.change_presence(activity=discord.Activity(type=discord.ActivityType.playing, name=f"the epic comeback. (+help) | {str(len(client.guilds))} guilds"))
76+
await client.change_presence(
77+
activity=discord.Activity(
78+
type=discord.ActivityType.playing,
79+
name=f"the epic comeback. (+help) | {str(len(client.guilds))} guilds"
80+
)
81+
)
7782
print('Bot is online')
7883
print('==================')
7984
print('------------------')
8085
print('Bot Info')
8186
print(f'Bot version: {colors.cyan}{botVer}{colors.end}')
8287
print(f'Error handler version: {colors.cyan}{errHandlerVer}{colors.end}')
83-
print(f'Username: {colors.green}{client.user.name}{colors.end}\nId: {colors.green}{client.user.id}{colors.end}\nDeveloper name: {colors.green}{owner}{colors.end}')
88+
print(f"Username: {colors.green}{client.user.name}{colors.end}")
89+
print(f"Bot id: {colors.green}{client.user.id}{colors.end}")
90+
print(f"Developer name: {colors.green}{owner}{colors.end}")
8491
print('==================')
8592
print('Bot config:')
8693
print('------------------')

0 commit comments

Comments
 (0)