No description
Find a file
2026-02-21 16:10:36 +05:30
src workround for file attachments 2026-02-21 16:10:36 +05:30
.gitignore init 2026-02-20 11:58:50 +05:30
config.example.yaml init 2026-02-20 11:58:50 +05:30
fluxer-reaper.jpg update readme 2026-02-20 14:40:33 +05:30
fluxer-reaper.py update readme 2026-02-20 14:40:33 +05:30
README.md update readme 2026-02-20 14:40:33 +05:30
requirements.txt init 2026-02-20 11:58:50 +05:30

Fluxer Reaper 🚀

Fluxer Reaper is a simple tool to help you move your Discord server content over to a Fluxer community. It handles channels, roles, emojis, and even your message history.

Fluxer Reaper

🛠️ Getting Started

1. Prerequisites

Make sure you have Python installed on your computer.

2. Install the tool

Open your terminal and run:

pip install -r requirements.txt

3. Setup your config

Open the config.yaml file and fill in your details:

  • Discord Bot Token: Your bot's token from the Discord Developer Portal.
  • Discord Server ID: The ID of the server you want to copy.
  • Fluxer Bot Token: Your Fluxer bot token.
  • Fluxer Community ID: The ID of the Fluxer community where you want to move everything.

4. Run it!

Start the tool by running:

python fluxer-reaper.py

Features

  • Clone Server Structure: Automatically creates all your Discord categories and channels in Fluxer.
  • Copy Roles: Copies your roles and their basic permissions.
  • Copy Emojis & Stickers: Copies your custom emojis and stickers over.
  • Message History: Select a specific channel and migrate messages starting from the oldest or a custom point.
  • Server Identity: Syncs your server name, icon, and banner.

⚠️ Important Tips

  • Token Validation: The tool will double-check your tokens every time you start it or change settings.
  • Safety: You will always be asked for confirmation before any major action (like deleting or creating many items).