Make changelog use github instead of docs

pull/36/head
Stijn De Clercq 2021-02-08 20:26:34 +01:00
parent 9fb4cc11f2
commit 09f61237a2
1 changed files with 2 additions and 3 deletions

View File

@ -96,9 +96,8 @@ class Oneliners(commands.Cog):
@commands.command(name="Changelog", aliases=["Cl", "Change", "Changes"]) @commands.command(name="Changelog", aliases=["Cl", "Change", "Changes"])
@help.Category(category=Category.Didier) @help.Category(category=Category.Didier)
async def changelog(self, ctx, *args): async def changelog(self, ctx):
await ctx.send("V2.0: <https://docs.google.com/document/d/1oa-9oc9yFnZ0X5sLJTWfdahtaL0vF8acLl-xMXA3a40/edit#>\n" await ctx.send("v2.3.0: https://github.com/stijndcl/didier/releases/tag/2.3.0")
"V2.1: https://docs.google.com/document/d/1ezdJBTnKWoog4q9yJrgwfF4iGOn-PZMoBZgSNVYPtqg/edit#")
@commands.command(name="Todo", aliases=["List", "Td"]) @commands.command(name="Todo", aliases=["List", "Td"])
@help.Category(category=Category.Didier) @help.Category(category=Category.Didier)