File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,21 @@ def get_time():
7373async 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 } \n Id: { colors .green } { client .user .id } { colors .end } \n Developer 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 ('------------------' )
You can’t perform that action at this time.
0 commit comments