A simple Discord bot to manage and send partnership messages easily.
- Send partnership messages with a specified manager.
- Custom modal for entering partnership content.
- Automatically mentions the author, server name, manager, and optionally
@everyone/@here. - Configurable channel and emoji.
- Clone the repository:
git clone https://github.com/fnicefire/PartnershipBot.git
cd PartnershipBot- Install dependencies:
pip install -U discord.py- Configure the bot:
Edit the DISCORD_TOKEN, PARTNERSHIP_CHANNEL_ID, and EMOJI variables in the script:
# === CONFIGS ===
DISCORD_TOKEN = "" # Bot Token
PARTNERSHIP_CHANNEL_ID = 1409569987424948306 # Channed ID
EMOJI = "⭐" # Emoji
# ===============================- Run the bot:
python partnershipbot.py-
Use the
/partnership managercommand in Discord. -
Fill out the modal with your partnership message and submit.
-
The bot will post the formatted partnership message in the configured channel.
Make sure the bot has:
- Permission to send messages in the partnership channel.
- Permission to mention
@everyoneif needed.
# Copyright (c) 2025 - .rotafn (VortexTeam) - All rights reserved.
# This code is protected by the VortexTeam (.rotafn) Proprietary License.
# Use, modification, or distribution is prohibited without written permission.
# The full version of the license is available upon request.
If you have suggestions or improvements, contact the author directly. This bot is proprietary, so pull requests or redistribution are not allowed without permission.
- Built with discord.py