Welcome to Primate Pal Bot, your friendly Discord bot designed to bring fun and utility to your server. Primate Pal Bot is built with modularity in mind, using Discord.py cogs to organize and manage various bot functionalities. This README will introduce you to the bot’s features and explain how the use of cogs makes it easy to extend and customize.
Primate Pal Bot is a versatile Discord bot that offers a range of commands and features for your server. Whether you want to greet users, play text-to-speech messages, or simply manage voice channels, this bot has you covered.
One of the standout features of Primate Pal Bot is its use of cogs to organize and manage different functionalities. Here’s how it works:
modules directory.To get started with Primate Pal Bot, follow these steps:
requirements.txt using pip install -r requirements.txt.locally in the OS and add your bot token as follows:
```
BOT_TOKEN=your_bot_token_here
```
Run the bot using the main.py script. You can run it from the terminal using the following command:
python3 main.py
Alternatively, you can create a run configuration in your development environment.
You can extend Primate Pal Bot by adding custom cogs for additional functionality. Here’s how to do it:
modules directory, e.g., your_new_feature.cog.py file where you implement your custom commands and features.Contributions to Primate Pal Bot are welcome! If you have ideas for new features, improvements, or bug fixes, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.