From 61f67ea973e562007c66ab88a962d5cc2e913787 Mon Sep 17 00:00:00 2001 From: Kirzu <65211478+NotKirzu@users.noreply.github.com> Date: Fri, 25 Feb 2022 11:38:44 -0300 Subject: [PATCH] fix(README): update official template link (#2070) Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8cfb8d5..629eb1305 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ it's not easy. Discordeno is designed and built with all of the issues in mind t when they initially started writing Discord bots using existing libraries. If you are a beginner, you can check out these awesome official and unofficial templates: -- [Discordeno Template (official)](https://github.com/discordeno/template) +- [Discordeno Template (official)](https://github.com/discordeno/discordeno/tree/main/template) - [Serverless Slash Commands Template (official)](https://github.com/discordeno/serverless-deno-deploy-template) - [Add Your Own!](https://github.com/discordeno/discordeno/pulls)