瀏覽代碼

Added a serverinformation command and translated the interaction with the bot in to english. Note: This is just the info commit, the changes were made in the last commit.

BaumSplitter41 5 月之前
父節點
當前提交
8091de0377
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      TEST_BOT_BAUM/main.py

+ 0 - 4
TEST_BOT_BAUM/main.py

@@ -151,7 +151,6 @@ async def info(
     embed.add_field(name="Owner", value=server.owner, inline=False)
     embed.add_field(name="Member", value=server.member_count, inline=False)
     embed.add_field(name="Description", value=server.description, inline=False)
-
     
     embed.add_field(name="Server ID", value=server.id)
 
@@ -159,9 +158,6 @@ async def info(
     embed.set_footer(text="World Wide Modding - Bot | Made by BaumSplitter41")
 
     await ctx.respond(embed=embed)
-
-
-
 #---------------------------------#