From 69562de284dad0c8816dff1d10812c42009faf41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Khaled=20AlMalki=20=E2=80=A2=20=D8=AE=D8=A7=D9=84=D8=AF=20?= =?UTF-8?q?=D8=A7=D9=84=D9=85=D8=A7=D9=84=D9=83=D9=8A?= <72738402+KhaledCP@users.noreply.github.com> Date: Mon, 17 May 2021 19:27:14 +0300 Subject: [PATCH] Fixed links and Updated the contributors --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6c5c20..a809fc9 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ bot.on("newChatMsg", (msg) => { bot.connect(); // Get the bot to connect to Dogehouse ``` -More examples can be found in [the examples folder](https://github.com/fuwwy/moonstone/tree/main/examples). +More examples can be found in [the examples folder](https://github.com/fuwwy/moonstone/tree/main/docs/examples). -- [Welcomer Example](https://github.com/fuwwy/moonstone/blob/main/examples/welcomer.js) -- [Music Example](https://github.com/fuwwy/moonstone/blob/main/examples/music.js) +- [Welcomer Example](https://github.com/fuwwy/moonstone/blob/main/docs/examples/welcomer.js) +- [Music Example](https://github.com/fuwwy/moonstone/blob/main/docs/examples/music.js) ## Support @@ -70,3 +70,4 @@ Distributed under the MIT License. See `LICENSE` for more information. - [fuwwy](https://github.com/fuwwy) - [Isaiah-Hamilton](https://github.com/Isaiah-Hamilton) - [1chiSensei](https://github.com/1chiSensei) +- [KhaledCP](https://github.com/KhaledCP/)