From 8b3d4d33a548f51e9044b3b196490622334a8ad3 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Thu, 11 Jun 2020 12:10:52 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b9ba9b4d..416e506d8 100644 --- a/README.md +++ b/README.md @@ -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";