Эх сурвалжийг харах

Adding Space between the prints in the console.

BaumSplitter41 4 сар өмнө
parent
commit
14e84ce3f1
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      VPD_BOT/main.py

+ 2 - 0
VPD_BOT/main.py

@@ -175,7 +175,9 @@ async def on_application_command_error(ctx, error):
 #Bot Online Console
 @bot.event
 async def on_ready():
+    print("------------------------")
     print(f"{bot.user} is online")
+    print("------------------------")
     if bot.guilds:
         channel = discord.utils.get(bot.guilds[0].channels, id=int(channel_log))
         if channel: