Set up a support ticket system
A /ticket command that opens a private channel between the member and your support team, and closes it when the issue is done.
You type this
@Bond Make a /ticket command that opens a private channel with the Support role
Bond reads your server, works out what needs doing, and shows you what it is about to change before it changes anything.
How to set it up
- Add Bond to your server — one click, no setup wizard.
- Mention @Bond in any channel and describe what you want.
- Approve the actions it proposes. You can allow something once, allow it always, or say no.
What it uses under the hood
create_custom_command
Create a custom slash command for this server - the supported way to give a server its own command like /rank, /ticket or /daily.
list_custom_commands
List every custom slash command this server has, with its kind, enabled state, Discord registration status and usage counts.
get_custom_command
Get the full definition of one custom slash command: its body, options, access restrictions and sync state.
update_custom_command
Update an existing custom slash command's description, body, options, access restrictions, ephemeral setting or enabled state.
delete_custom_command
Delete a custom slash command from this server and unregister it from Discord.
list_channels
List all channels in the Discord server.
create_channel
Create a new channel in the Discord server.
delete_channel
Delete a channel from the Discord server.
bulk_create_channels
Create multiple channels at once in the Discord server.
edit_channel
Edit a channel's settings in the Discord server.
set_slowmode
Set the slowmode (rate limit) for a text channel.
list_roles
List all roles in the Discord server.
get_role
Look up a single role by its ID or exact name.
create_role
Create a role with permissions, display settings, icon or Unicode emoji, and a solid, gradient (two-color), or holographic (three-color) color.
delete_role
Delete a role from the Discord server.
assign_role
Assign a role to a member in the Discord server.
remove_role
Remove a role from a member in the Discord server.
All custom slash commands toolsAll channels & categories toolsAll roles & permissions tools