SPD Party Bot is a free and open source Discord bot for organizing gaming parties, squads and quick community events.
It provides a Party Hub where members can create party invites, join with buttons, manage slots and queues, receive reminders, and optionally get temporary private voice channels for each party.
Tip
Staff/setup commands require Manage Server permission or the configured Staff role.
Important
SPD Party does not require Administrator permission.
- Party Hub with interactive buttons
- Party creation through Discord modals/forms
- Party title, slots, time, description and image URL
- Quick responses: Going, Maybe and Not going
- Click the same response again to remove yourself from that list
- Queue system when the party is full
- Automatic promotion from queue when a confirmed member leaves
- Private management panel for hosts and staff
- Edit and close parties
- Automatic reminders before the scheduled time
- Automatic party closing after the party ends
- Discord timestamp support for parsed times
- Per-server configuration
- Per-server language:
pt-BRanden-US - Per-server timezone
- Dynamic bot status
- Embed themes and custom colors
- Default party image per server
- Saved banner presets per server
- Optional
@everyoneping when creating parties - Optional Host role
- Optional Staff role
- Optional command channel restriction for
/party hub - Temporary private voice channels for parties
- Temporary party role for voice access
- Automatic voice channel and role cleanup
Staff creates a Party Hub with:
/party hubMembers use the Create Party button. The bot opens a form with:
- Party title
- Number of slots
- Time
- Description
- Image link
After submitting, the party invite is posted in the configured invite channel.
Members can click:
โ
Going
โ Maybe
โ Not goingClicking the same button again removes the member from that list. If a confirmed member leaves Going, the next member in the queue is promoted automatically.
SPD Party can create a temporary private voice channel for each party.
When the party starts, or when the host/staff uses Manage โ Create call, the bot can:
- Create a temporary role for that party
- Create a private voice channel
- Give access only to the host and members marked as Going
- Use the voice channel format:
Jogandoโ๐ฎ Party Name - Create the channel inside the configured/default voice category
- Remove voice access when someone leaves Going
- Give voice access to promoted queue members
- Delete the voice channel and role when the party ends
- Wait until everyone leaves the call before deleting it
Required permissions for this optional feature:
- Manage Channels
- Manage Roles
Important
The bot role must be above the temporary roles it creates, otherwise Discord will block role assignment/removal.
Server staff can customize the bot in /party config.
Available visual options:
- Embed color
- Quick embed themes
- Server language
- Server timezone
- Default party image
- Saved banners
- Choose saved banner
- Clear saved banners
Quick themes include:
- SPD Neon
- Lime Green
- Ocean Blue
- Crimson Red
- Golden
- Cyber Pink
- Dark Steel
- Ice Cyan
SPD Party currently supports:
pt-BRโ Portuguรชs do Brasilen-USโ English
The language can be changed per server in /party config.
Creates the Party Hub in the current channel.
Can be used by staff, users with Manage Server, or the configured Host role in the allowed command channel.
Opens the server configuration panel.
It allows configuring:
- Invite channel
- Log channel
- Command channel
- Host role
- Staff role
- Language
- Timezone
- Embed color
- Embed theme
- Default party image
- Saved banners
@everyoneping- Whether everyone can create parties
- Automatic reminders
- Automatic party closing
Lists open parties in the current server.
Removes closed parties from the local database for the current server.
Tip
/party config, /party hub and /party limpar are staff/setup commands.
After adding the bot to your server, use:
/party configConfigure:
- Invite channel
- Log channel
- Command channel, optional
- Host role, optional
- Staff role, optional
- Language
- Timezone
- Visual settings, optional
Then go to the channel where you want the Hub and use:
/party hubSPD Party does not require Administrator permission.
Recommended permissions:
- View Channels
- Send Messages
- Read Message History
- Embed Links
- Use Application Commands
- Mention Everyone, optional and configurable
- Manage Channels, only needed for temporary party calls
- Manage Roles, only needed for temporary party voice roles
Note
Mention Everyone is only used if enabled in the server configuration.
Examples:
today 18:30
tomorrow 19:00
08/05/2026 18:30
08/05/2026 18:30 - 20:30
08/05/2026 18:30 - 09/05/2026 01:00When the time is recognized, the bot displays Discord timestamps such as:
- Starts in X hours
- Started X minutes ago
- Ends in X hours
- Ended X minutes ago
- Duration
Set the required variable:
DISCORD_TOKEN=YOUR_BOT_TOKENOptional but recommended for persistence:
DATA_DIR=/dataIf using DATA_DIR=/data, create a Railway Volume mounted at:
/dataThis keeps server configuration and party data persistent across deploys.
Install dependencies:
pip install -r requirements.txtRun with environment variables.
set DISCORD_TOKEN=YOUR_BOT_TOKEN
set DATA_DIR=%cd%\data
python bot.py$env:DISCORD_TOKEN="YOUR_BOT_TOKEN"
$env:DATA_DIR="$PWD\data"
python bot.pyThe bot stores local data in:
data/config.json
data/parties.jsonDo not commit local data files.
config.json
parties.json
.env
data/
__pycache__/
*.pycSPD Party is free and open source.
The bot does not require Administrator permission. Core features are available without payment. Setup/staff commands require Manage Server permission or the configured Staff role.
Optional temporary voice features require Manage Channels and Manage Roles. If those permissions are not granted, the main party features still work.
Recommended entry point:
/party hubSPD Party is free and open source.
Support is completely optional and helps keep the bot online, maintained and improving over time.
Supporters may receive community perks such as:
- Name listed in the README
- Priority consideration for suggestions
- Early preview of planned features when available
- Supporter badge/role in the support server, if available
Core bot features are not locked behind payment.
- PostgreSQL database
- Web dashboard
- Game templates and presets
- Recurring parties
- Party history
- Participation ranking
- More visual presets
- Advanced party automation
This project is licensed under the MIT License.