Fixed redirects

This commit is contained in:
2024-07-22 01:26:14 +03:00
parent 4a08a25167
commit 08c5febd66
2 changed files with 5 additions and 5 deletions

View File

@@ -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.
1. [LoggerModule](./LoggerModule) - a module that provides logging functionality for the bot.

View File

@@ -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.
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.