From 61e807be67771967e8069fdfb8cecaffe1cceace Mon Sep 17 00:00:00 2001 From: Brayden Rayner <70908879+bcer-dev@users.noreply.github.com> Date: Sun, 3 Oct 2021 09:13:45 -0300 Subject: [PATCH] Fixed a markdown error, where a link displayed itself and the text that should have been displayed. --- Projects/1-Beginner/Server-Management-Discord-Bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/Server-Management-Discord-Bot.md b/Projects/1-Beginner/Server-Management-Discord-Bot.md index 60ffa4ea..1214560c 100644 --- a/Projects/1-Beginner/Server-Management-Discord-Bot.md +++ b/Projects/1-Beginner/Server-Management-Discord-Bot.md @@ -30,4 +30,4 @@ This is a Discord bot that handles some of the basic management of a Discord ser ## Example projects - [Create a Discord Bot With Node.js](https://www.youtube.com/watch?v=BmKXBVdEV0g) -- [https://www.youtube.com/watch?v=7rU_KyudGBY](Code a Discord Bot with JavaScript - Host for Free in the Cloud) +- [Code a Discord Bot with JavaScript - Host for Free in the Cloud](https://www.youtube.com/watch?v=7rU_KyudGBY)