diff --git a/cogs/oneliners.py b/cogs/oneliners.py index 3b7c3e6..a9c80ed 100644 --- a/cogs/oneliners.py +++ b/cogs/oneliners.py @@ -96,9 +96,8 @@ class Oneliners(commands.Cog): @commands.command(name="Changelog", aliases=["Cl", "Change", "Changes"]) @help.Category(category=Category.Didier) - async def changelog(self, ctx, *args): - await ctx.send("V2.0: \n" - "V2.1: https://docs.google.com/document/d/1ezdJBTnKWoog4q9yJrgwfF4iGOn-PZMoBZgSNVYPtqg/edit#") + async def changelog(self, ctx): + await ctx.send("v2.3.0: https://github.com/stijndcl/didier/releases/tag/2.3.0") @commands.command(name="Todo", aliases=["List", "Td"]) @help.Category(category=Category.Didier)