opraveno vol2
This commit is contained in:
parent
a7beeac74e
commit
b925fe7f08
@ -180,9 +180,10 @@ async def help_command(message): #help script
|
||||
embed1.add_field(name = "~count", value="-- Ask for word count of users: ~count <word>", inline = False)
|
||||
|
||||
embed2 = discord.Embed(title = "__Functions__" ,description = None, colour = discord.Colour.red())
|
||||
embed2.addfield(name = "Well behaved", value="Bot will greet you back")
|
||||
embed2.addfield(name = "Significant recognicition of sussynes", value = None)
|
||||
embed2.addfield(name = "Word counting ability", value = None)
|
||||
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)
|
||||
|
||||
|
||||
await message.channel.send(embed = embed1)
|
||||
|
Loading…
Reference in New Issue
Block a user