Prefix Commands
The Prefix Bridge addon lets users run slash commands using a classic text prefix instead. Every mapped command is wrapped in a fake interaction and passed to the original command handler — no duplica
Key Features
Configuration
# The character(s) users type before a command, e.g. ^ban
PREFIX: "^"
# Reply to the user's message, or just send in the channel
REPLY_TO_INVOKER: true
# Delete the user's message after running the command
DELETE_INVOKING: false
# Tell the user when they type a prefix command that doesn't exist
UNKNOWN_COMMAND_REPLY: false
# Per-user cooldown between uses of the same command (in seconds)
COOLDOWN_SECONDS: 2
# Shown when someone tries a command they can't use
NO_PERMISSION_MESSAGE: "🔒 You don't have permission to use that command."
# Shown when a command throws an unexpected error
ERROR_MESSAGE: "Something went wrong running that command."Command Mappings
Basic Command (no subcommands)
Command with Subcommands
Mapping Options
Option
Description
Subcommand Options
Option
Description
Argument Types
Type
Description
Example Input
Special Argument Options
Option
Description
Permission System
Generating Mappings
Flag
Description
Included Mappings
Category
Commands
How It Works
Limitations
Troubleshooting
Problem
Solution
Support
Last updated