diff --git a/bot_newest_version/susmain3.py b/bot_newest_version/susmain3.py index 5efa8b8..50a36b0 100644 --- a/bot_newest_version/susmain3.py +++ b/bot_newest_version/susmain3.py @@ -180,9 +180,10 @@ async def help_command(message): #help script embed1.add_field(name = "~count", value="-- Ask for word count of users: ~count ", 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)