From fa7172a2a79e0048ab1f8228a404a8eef81ceab2 Mon Sep 17 00:00:00 2001 From: Marc Egerton Date: Wed, 22 Apr 2020 21:27:05 +0100 Subject: [PATCH] Misc: Fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 437f4da..96e271c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Scuzzy Discord Bot -Scuzzy is a simple Discord bot written in Golang. It uses [https://github.com/bwmarrin/discordgo](discordgo). +Scuzzy is a simple Discord bot written in Golang. It uses [discordgo](https://github.com/bwmarrin/discordgo). ## Bot Configuration A sample bot configuration is provided in the `cmd` directory.