Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iFran2019 committed May 25, 2024
1 parent 212a3d5 commit 309c61e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
<version>1.18.32</version>
<scope>provided</scope>
</dependency>

</dependencies>

</project>
15 changes: 12 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 309c61e

Please sign in to comment.