Update README.md

This commit is contained in:
Skillz4Killz
2020-06-11 12:10:52 -04:00
committed by GitHub
parent 25984b11c7
commit 8b3d4d33a5
+1 -1
View File
@@ -13,7 +13,7 @@ If you are just starting out, you can use the Discordeno Template repo to get th
| Official Boilerplate | Skillz4Killz#4500 | [Github](https://github.com/Skillz4Killz/Discordeno-bot-template), [Support Server](https://discord.gg/J4NqJ72) | This is a very minimalistic design for a boilerplate for your bot to get you started. |
| DenoBot | NTM Nathan#0001 | [Github](https://github.com/ntm-development/DenoBot), [Support Server](https://discord.com/invite/G2rb53z) | Another boilerplate example of the first one, with more commands and improvements. |
If you would like to start from scratch without any boilerplate/framework:
**ADVANCED DEVELOPERS:** If you would like to start from scratch without any boilerplate/framework:
```ts
import Client from "https://raw.githubusercontent.com/Skillz4Killz/Discordeno/v5/module/client.ts";