From b94a8d42ddadcc885e4262982726d550645ba0de Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Sat, 4 Jan 2020 16:36:47 -0500 Subject: [PATCH] update docstring for changelog command --- CHANGELOG.md | 2 +- exts/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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://"