aboutsummaryrefslogtreecommitdiff
path: root/AleeBot/Modules/Changelog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'AleeBot/Modules/Changelog.cs')
-rw-r--r--AleeBot/Modules/Changelog.cs2
1 files changed, 1 insertions, 1 deletions
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());
}