Collect applications with a form command
A slash command with typed questions like age, timezone and why they want the role, that saves the answers and posts them for staff to read.
custom slash commands · data & storage · messages
How the conversation goes.
One sentence, in the channel you already use.
@Bond Make an /apply command that asks for their age, timezone and why they want to be a mod, and posts it in #applications
What Bond does after the first message.
It reads the server first, so it reuses what you already have instead of building a second copy of it.
Create a custom slash command for this server - the supported way to give a server its own command like /rank, /ticket or /daily.
create_custom_commandList every custom slash command this server has, with its kind, enabled state, Discord registration status and usage counts.
list_custom_commandsGet the full definition of one custom slash command: its body, options, access restrictions and sync state.
get_custom_commandUpdate an existing custom slash command's description, body, options, access restrictions, ephemeral setting, confirmation step or enabled state.
update_custom_commandDelete a custom slash command from this server and unregister it from Discord.
delete_custom_commandRetrieve a document from the guild's data store.
get_documentCreate or replace a document in the guild's data store.
set_documentMerge fields into an existing document (shallow merge).
merge_documentDelete a document from the guild's data store.
delete_documentList documents in a collection.
list_documentsGet a specific field from a document using dot notation for nested fields.
get_fieldSend a message to a specific text channel in the Discord server.
send_messageEdit a message that was sent by the bot.
edit_messageToggle whether Discord displays embeds and link previews on an existing message.
suppress_message_embedsForward an existing Discord message into another text-based channel.
forward_messageDelete a specific message from a Discord channel.
delete_messageDelete multiple messages at once from a Discord channel (purge).
bulk_delete_messagesAsk for it in one sentence.
Free to start. Bond never needs Administrator, and it names everything it is about to change before it changes it.