From 3b69e7278492e2eac6567cdc7861c8ef39fb435b Mon Sep 17 00:00:00 2001 From: Afiq Quraisy <71205197+UrNightmaree@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:52:06 +0800 Subject: [PATCH] docs(README): replace hardcoded examples url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da9131fe..237922dc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ bot.on("messageCreate", (msg) => { // When a message is created bot.connect(); // Get the bot to connect to Discord ``` -More examples can be found in [the examples folder](https://github.com/projectdysnomia/dysnomia/tree/master/examples). +More examples can be found in [the examples folder](examples). Useful Links ------------