Browse Source

Adding Space between the prints in the console.

BaumSplitter41 4 tháng trước cách đây
mục cha
commit
14e84ce3f1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 Online Console
 @bot.event
 @bot.event
 async def on_ready():
 async def on_ready():
+    print("------------------------")
     print(f"{bot.user} is online")
     print(f"{bot.user} is online")
+    print("------------------------")
     if bot.guilds:
     if bot.guilds:
         channel = discord.utils.get(bot.guilds[0].channels, id=int(channel_log))
         channel = discord.utils.get(bot.guilds[0].channels, id=int(channel_log))
         if channel:
         if channel: