mirror of
https://github.com/miaowware/qrm2.git
synced 2025-02-03 09:44:07 -05:00
update docstring for changelog command
This commit is contained in:
parent
e7baca453c
commit
b94a8d42dd
@ -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
|
||||
|
@ -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://"
|
||||
|
Loading…
Reference in New Issue
Block a user