update docstring for changelog command

This commit is contained in:
Abigail Gold
2020-01-04 16:36:47 -05:00
parent e7baca453c
commit b94a8d42dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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://"