Selaa lähdekoodia

Titel change of the serverinformation embed

baumsplitter41 5 kuukautta sitten
vanhempi
sitoutus
2dcd0f1fab
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      TEST_BOT_BAUM/main.py

+ 1 - 1
TEST_BOT_BAUM/main.py

@@ -144,7 +144,7 @@ async def serverinfo(
     owner = await bot.fetch_user(owner)
     print(owner)
     embed = discord.Embed(
-        title=f"Serverinformations of __{server.name}__",
+        title=f"Information about the server __{server.name}__",
         description=f"Here you see all details about {server.name}",
         color=discord.Color.blue()
     )