Skip to content

fnicefire/PartnershipBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PartnershipBot

A simple Discord bot to manage and send partnership messages easily.


Features

  • 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.

Installation

  1. Clone the repository:
git clone https://github.com/fnicefire/PartnershipBot.git
cd PartnershipBot
  1. Install dependencies:
pip install -U discord.py
  1. 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 
# ===============================

Usage

  1. Run the bot:
python partnershipbot.py
  1. Use the /partnership manager command in Discord.

  2. Fill out the modal with your partnership message and submit.

  3. The bot will post the formatted partnership message in the configured channel.


Permissions

Make sure the bot has:

  • Permission to send messages in the partnership channel.
  • Permission to mention @everyone if needed.

License

# 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.

Contributing

If you have suggestions or improvements, contact the author directly. This bot is proprietary, so pull requests or redistribution are not allowed without permission.


Acknowledgements

About

A Very Simple Partnership Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages