Added readme to modules and plugins folders

This commit is contained in:
2024-07-22 01:25:15 +03:00
parent 66fbaf3e26
commit 4a08a25167
3 changed files with 15 additions and 0 deletions

6
Plugins/README.md Normal file
View File

@@ -0,0 +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.