Procházet zdrojové kódy

Adding Space between the prints in the console.

BaumSplitter41 před 4 měsíci
rodič
revize
14e84ce3f1
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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: