From e7a4eabb90aad77272235c1d9bc44b9186841bf1 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 10 May 2019 19:59:22 -0400 Subject: Added say and avatar command --- AleeBot/Modules/Help.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'AleeBot/Modules/Help.cs') diff --git a/AleeBot/Modules/Help.cs b/AleeBot/Modules/Help.cs index 612a4ce..e6d8b80 100644 --- a/AleeBot/Modules/Help.cs +++ b/AleeBot/Modules/Help.cs @@ -32,8 +32,9 @@ namespace AleeBot.Modules embed.WithTitle($"AleeBot.NET {Data.Version} Help."); embed.WithDescription($"Every command you input into AleeBot is `{Data.prefix}`"); embed.WithColor(Color.Green); - embed.AddField("Information:", "help\nping\ngit\nabout\nuptime\nchangelog"); - embed.AddField("Bot Owner Only:", "poweroff"); + embed.AddField("Information:", "help\nping\ngit\nabout\nuptime\nchangelog", true); + embed.AddField("User Information:", "avatar", true); + embed.AddField("Bot Owner Only:", "say\npoweroff", true); embed.WithFooter("AleeCorp Copyright 2012-2019"); embed.WithCurrentTimestamp(); await Context.Channel.SendMessageAsync(embed: embed.Build()); -- cgit v1.2.3