diff --git a/pom.xml b/pom.xml
index f2d1bb0..6cf6fab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,6 @@
1.18.32
provided
-
\ No newline at end of file
diff --git a/readme.md b/readme.md
index 2e3fb3f..7f87b9b 100644
--- a/readme.md
+++ b/readme.md
@@ -7,8 +7,8 @@ BotMaster is open-source software that enables the creation of modular bots easi
- **Modularity**: Allows easy addition and removal of modules (plugins).
- **Automatic Registration of Slash Commands**: Automates the registration of slash commands in Discord servers.
- **Modes of Slash Commands**:
- - **Global**: Commands are registered globally, which may take up to 1 hour but makes them functional across all servers.
- - **Local**: Commands are registered server by server, suitable for a few servers but not recommended for more than 200 servers.
+ - **Global**: Commands are registered globally, which may take up to 1 hour but makes them functional across all servers.
+ - **Local**: Commands are registered server by server, suitable for a few servers but not recommended for more than 200 servers.
- **Resource Efficiency**: Designed to avoid excessive resource consumption, ensuring optimal and efficient performance.
## TODO List
@@ -35,6 +35,15 @@ Contributions are welcome. Please open an issue or a pull request on GitHub if y
If you find BotMaster useful and would like to support its development, consider donating [here](https://buymeacoffee.com/ifran2019).
----
+## Dependencies
+
+BotMaster uses several dependencies to ensure its functionality. Here are the main dependencies used in the project:
+
+- [SnakeYAML](https://mvnrepository.com/artifact/org.yaml/snakeyaml/2.0): YAML parsing and emitting library.
+- [SLF4J API](https://mvnrepository.com/artifact/org.slf4j/slf4j-api/1.7.32): Simple Logging Facade for Java.
+- [JDA (Java Discord API)](https://mvnrepository.com/artifact/net.dv8tion/JDA/5.0.0-beta.24): Java wrapper for the popular chat & VOIP service: Discord.
+- [Apache Commons IO](https://mvnrepository.com/artifact/commons-io/commons-io/2.11.0): Library of utilities to assist with developing IO functionality.
+- [MongoDB Driver Sync](https://mvnrepository.com/artifact/org.mongodb/mongodb-driver-sync/4.8.2): The MongoDB synchronous driver.
+- [Lombok](https://mvnrepository.com/artifact/org.projectlombok/lombok/1.18.32): A java library that automatically plugs into your editor and build tools, spicing up your Java.
For more information, check the complete documentation or contact the project maintainers on GitHub.
\ No newline at end of file