Skip to content

Commit 9bf6cde

Browse files
committed
Add changelog docstring
1 parent b251798 commit 9bf6cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cogs/utility.py

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ async def help(self, ctx, *, command: str=None):
156156
@commands.command()
157157
@trigger_typing
158158
async def changelog(self, ctx):
159+
'''Show a paginated changelog of the bot.'''
159160
changelog = await ChangeLog.from_repo(self.bot)
160161
p = PaginatorSession(ctx, *changelog.embeds)
161162
await p.run()

0 commit comments

Comments
 (0)