snad uz dobry
This commit is contained in:
parent
b925fe7f08
commit
46065754ea
@ -181,9 +181,9 @@ async def help_command(message): #help script
|
|||||||
|
|
||||||
embed2 = discord.Embed(title = "__Functions__" ,description = None, colour = discord.Colour.red())
|
embed2 = discord.Embed(title = "__Functions__" ,description = None, colour = discord.Colour.red())
|
||||||
embed2.set_author(name=client.user.name)
|
embed2.set_author(name=client.user.name)
|
||||||
embed2.add_field(name = "Well behaved", value="Bot will greet you back")
|
embed2.add_field(name = "Well behaved", value="Bot will greet you back", inline = False)
|
||||||
embed2.add_field(name = "Significant recognicition of sussynes", value = None)
|
embed2.add_field(name = "Significant recognicition of sussynes", value = None, inline = False)
|
||||||
embed2.add_field(name = "Word counting ability", value = None)
|
embed2.add_field(name = "Word counting ability", value = None, inline = False)
|
||||||
|
|
||||||
|
|
||||||
await message.channel.send(embed = embed1)
|
await message.channel.send(embed = embed1)
|
||||||
|
Loading…
Reference in New Issue
Block a user