From 09f61237a2d79068fc6af348c9dcef888981a466 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Mon, 8 Feb 2021 20:26:34 +0100 Subject: [PATCH] Make changelog use github instead of docs --- cogs/oneliners.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)