We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b251798 commit 9bf6cdeCopy full SHA for 9bf6cde
1 file changed
cogs/utility.py
@@ -156,6 +156,7 @@ async def help(self, ctx, *, command: str=None):
156
@commands.command()
157
@trigger_typing
158
async def changelog(self, ctx):
159
+ '''Show a paginated changelog of the bot.'''
160
changelog = await ChangeLog.from_repo(self.bot)
161
p = PaginatorSession(ctx, *changelog.embeds)
162
await p.run()
0 commit comments