mirror of
https://github.com/miaowware/qrm2.git
synced 2026-06-21 15:18:36 -04:00
update docstring for changelog command
This commit is contained in:
+1
-1
@@ -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
@@ -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://"
|
||||
|
||||
Reference in New Issue
Block a user