Files
Pac-cogs/README.md

36 lines
1.6 KiB
Markdown

# Pac-cogs - Red Discord Bot Cogs Collection
Welcome to **Pac-cogs**, a collection of custom cogs for [Red](https://github.com/Cog-Creators/Red-DiscordBot). These cogs are designed to add extra functionality to your Red bot instance on Discord.
## Cogs Overview
| Cog Name | Description |
|------------|--------------------------------------------------|
| **Birthday** | Assigns a special birthday role to users and sends a celebratory message with random cake or pie emojis. Automatically removes the birthday role at midnight, with a configurable timezone. Offers the option to set a specific announcement channel and restricts usage to specified roles. Users can assign the role without needing a higher role in the hierarchy. |
| **Overseerr** | Allows interaction with [Overseerr](https://overseerr.dev/) directly from Discord. Users can search for movies or TV shows, request them, and have admins approve requests. It's designed for servers with Overseerr set up for managing media requests. |
## Installation
To install the cogs in this repository, follow these steps:
1. Ensure you have [Red](https://github.com/Cog-Creators/Red-DiscordBot) set up.
2. Add this repository to your Red instance:
```bash
[p]repo add Pac-cogs https://github.com/pacnpal/Pac-cogs
```
3. Install a cog:
```bash
[p]cog install Pac-cogs <cog-name>
```
4. Load the installed cog:
```bash
[p]load <cog-name>
```
For more details on setting up and managing Red, visit the [Red documentation](https://docs.discord.red).