docs: update boilerplate link (#492)

This commit is contained in:
ayntee
2021-01-30 18:26:09 +04:00
committed by GitHub
parent 2fc067b26d
commit 0004e3ecf0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -57,9 +57,9 @@ developers had when I first started out coding Discord bots with existing
libraries. If you are a beginner, you can check out these awesome official and
unofficial boilerplates:
- [Discordeno Bot Template (official)](https://github.com/discordeno/discordeno-bot-template)
- [Discordeno Boilerplate (official)](https://github.com/discordeno/discordeno-boilerplate)
- [Serverless Slash Commands Template
(official)](https://github.com/discordeno/slash-commands-bot)
(official)](https://github.com/discordeno/slash-commands-boilerplate)
- [Add Your Own!](https://github.com/discordeno/discordeno/pulls)
## Useful Links
+1 -1
View File
@@ -22,7 +22,7 @@ For the purposes of this guide, I will be using the current
## Preparations
- First, create a Discordeno Bot using the
[Generator Boilerplate](https://github.com/discordeno/discordeno-bot-template)
[Generator Boilerplate](https://github.com/discordeno/discordeno-boilerplate)
I will name it Zodiac.
- Then `git clone https://github.com/Skillz4Killz/Zodiac.git`
+1 -1
View File
@@ -10,7 +10,7 @@ you go through this guide it will make a lot more sense.
> If you don't have these yet please prepare them first before going forward.
- First, create a Discordeno Bot using the
[Generator Boilerplate](https://github.com/discordeno/discordeno-bot-template/generate).
[Generator Boilerplate](https://github.com/discordeno/discordeno-boilerplate/generate).
Give it any name you like. For the purpose of this guide we will call it,
Stargate.