From 82190136943aebc2a49241206d58b390640c80eb Mon Sep 17 00:00:00 2001 From: Ayyan Date: Wed, 9 Dec 2020 12:13:04 +0400 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 858c1965e..41b7ab223 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,9 @@ Don't worry a lot of developers start out coding their first projects as a Discord bot (I did 😉) and it is not so easy to do so. Discordeno is built considering all the issues with pre-existing libraries and issues that I had when I first started out coding bots. If you are a beginner developer, you may check out these awesome official and unofficial boilerplates: -- Official Discordeno Boilerplate - - [GitHub](https://github.com/Skillz4Killz/Discordeno-bot-template) - - [Features](https://github.com/Skillz4Killz/Discordeno-bot-template#features) -- Dencord Starter - - [GitHub](https://github.com/ayntee/dencord-starter) +- [Official Discordeno Boilerplate](https://github.com/Skillz4Killz/Discordeno-bot-template) +- [Dencord Starter](https://github.com/ayntee/dencord-starter) +- [Add your Own] If you do not wish to use a boilerplate, you may continue reading.