diff --git a/CHANGELOG.md b/CHANGELOG.md index fa68670..c1262df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Changed -- changelog command to accept a version as argument. +- Changelog command to accept a version as argument. ## [2.1.0] - 2020-01-04 diff --git a/exts/base.py b/exts/base.py index 38e5e54..d99cbc7 100644 --- a/exts/base.py +++ b/exts/base.py @@ -121,7 +121,7 @@ class BaseCog(commands.Cog): @commands.command(name="changelog", aliases=["clog"]) async def _changelog(self, ctx: commands.Context, version: str = 'latest'): - """Show what has changed in the most recent bot version.""" + """Show what has changed in a bot version.""" embed = cmn.embed_factory(ctx) embed.title = "qrm Changelog" embed.description = ("For a full listing, visit [Github](https://"