Sfoglia il codice sorgente

Adding Space between the prints in the console.

BaumSplitter41 4 mesi fa
parent
commit
14e84ce3f1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: