snad uz dobry

This commit is contained in:
Honza 2024-03-15 17:43:26 +01:00
parent b925fe7f08
commit 46065754ea

View File

@ -181,9 +181,9 @@ async def help_command(message): #help script
embed2 = discord.Embed(title = "__Functions__" ,description = None, colour = discord.Colour.red())
embed2.set_author(name=client.user.name)
embed2.add_field(name = "Well behaved", value="Bot will greet you back")
embed2.add_field(name = "Significant recognicition of sussynes", value = None)
embed2.add_field(name = "Word counting ability", value = None)
embed2.add_field(name = "Well behaved", value="Bot will greet you back", inline = False)
embed2.add_field(name = "Significant recognicition of sussynes", value = None, inline = False)
embed2.add_field(name = "Word counting ability", value = None, inline = False)
await message.channel.send(embed = embed1)