Explorar el Código

Adding Space between the prints in the console.

BaumSplitter41 hace 4 meses
padre
commit
14e84ce3f1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: