From 08c5febd6651ffdb529efc41e74f2d2bb05216da Mon Sep 17 00:00:00 2001 From: Andrei Tudor Date: Mon, 22 Jul 2024 01:26:14 +0300 Subject: [PATCH] Fixed redirects --- Modules/README.md | 2 +- Plugins/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Modules/README.md b/Modules/README.md index 937e981..15f10dd 100644 --- a/Modules/README.md +++ b/Modules/README.md @@ -1,3 +1,3 @@ # Modules This directory contains the modules that are used in the project. Each module is a separate directory that contains the following files: -1. [LoggerModule](./Modules/LoggerModule) - a module that provides logging functionality for the bot. \ No newline at end of file +1. [LoggerModule](./LoggerModule) - a module that provides logging functionality for the bot. \ No newline at end of file diff --git a/Plugins/README.md b/Plugins/README.md index 822c1e7..7b4c4a9 100644 --- a/Plugins/README.md +++ b/Plugins/README.md @@ -1,6 +1,6 @@ # Plugins Here is a list of plugins that are available for the bot. You can find the source code for each plugin in the `Plugins` folder. -1. [Leveling System](./Plugins/LevelingSystem) - a plugin that allows users to level up by sending messages. -2. [Music Player](./Plugins/MusicPlayer) - a plugin that allows users to play music in a voice channel. -3. [CppWrapper](./Plugins/CppWrapper) - a plugin that allows users to run C++ code. This is a HELPER plugin and has no use on its own. -4. [DiscordBotUI](./Plugins/DiscordBotUI) - a plugin that allows users to interact with the bot using a graphical user interface. \ No newline at end of file +1. [Leveling System](./LevelingSystem) - a plugin that allows users to level up by sending messages. +2. [Music Player](./MusicPlayer) - a plugin that allows users to play music in a voice channel. +3. [CppWrapper](./CppWrapper) - a plugin that allows users to run C++ code. This is a HELPER plugin and has no use on its own. +4. [DiscordBotUI](./DiscordBotUI) - a plugin that allows users to interact with the bot using a graphical user interface. \ No newline at end of file