“Python Discord Embed Generator” Kod odpowiedzi

Python Discord Embed Generator

embed=discord.Embed(title="**Hallo!**", description="Ich bin ein Bot lol ")
embed.set_footer(text="Danke an Basti fürs helfen <3")
await ctx.send(embed=embed)
Cute Copperhead

Discord.py Embed Generator

embed=discord.Embed(title=server INFO!, description=this is he server's infos, color=0x0400ff)
embed.add_field(name=the total member count, value=, inline=False)
embed.add_field(name=the bots count in the server, value=, inline=False)
embed.add_field(name=the server's name, value=, inline=False)
await ctx.send(embed=embed)
Cruel Cobra

Odpowiedzi podobne do “Python Discord Embed Generator”

Pytania podobne do “Python Discord Embed Generator”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu