소스 검색

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)
-
-
-
 #---------------------------------#