浏览代码

Adding Space between the prints in the console.

BaumSplitter41 4 月之前
父节点
当前提交
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: