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/Changelog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AleeBot/Modules/Changelog.cs') diff --git a/AleeBot/Modules/Changelog.cs b/AleeBot/Modules/Changelog.cs index 24c0c84..38b5518 100644 --- a/AleeBot/Modules/Changelog.cs +++ b/AleeBot/Modules/Changelog.cs @@ -32,7 +32,7 @@ namespace AleeBot.Modules embed.WithTitle("AleeBot Changelog"); embed.WithColor(Color.Green); embed.WithDescription($"Changelog for AleeBot {Data.Version}"); - embed.AddField("What's new?", "- Command handler!\n- Added a uptime command\n- Revamped the help command\n- Added a changelog command"); + embed.AddField("What's new?", "- Command handler!\n- Added a uptime command\n- Revamped the help command\n- Added a changelog command\n- Added the say command (Bot owner only)\n- Added back the avatar command"); embed.WithFooter("Thanks for using AleeBot!"); await Context.Channel.SendMessageAsync(embed: embed.Build()); } -- cgit v1.2.3