aboutsummaryrefslogtreecommitdiff
path: root/AleeBot/Modules/Changelog.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-05-10 19:59:22 -0400
committerAlee <Alee14498@gmail.com>2019-05-10 19:59:22 -0400
commite7a4eabb90aad77272235c1d9bc44b9186841bf1 (patch)
treecdc3cfbd992bb3b058f20e5a283d84efe1ef7aed /AleeBot/Modules/Changelog.cs
parentabd06509d675263bbb00ee65f0fae4fa68095326 (diff)
downloadAleeBot.NET-e7a4eabb90aad77272235c1d9bc44b9186841bf1.tar.gz
AleeBot.NET-e7a4eabb90aad77272235c1d9bc44b9186841bf1.tar.bz2
AleeBot.NET-e7a4eabb90aad77272235c1d9bc44b9186841bf1.zip
Added say and avatar command
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());
}