txt2discord

📝 RADAR Documentation - Command: Create Discord Server from Text Prompt

🤝 Command Group: server

📝 Command Name: txt2discord

📋 Parameters:

  • prompt (required): A string representing the prompt for creating the server.

📝 Description:

Create a complete Discord server using a prompt! This command allows you to generate a complete Discord server based on a text prompt. You provide a prompt, and the bot will create the server structure accordingly. The command will create categories and text channels within those categories based on the provided prompt.

🔍 Example Usage:

  • Create a Discord server from a prompt:

    !txt2discord --prompt "Welcome to Solana NFT Community!#general#announcements#trading#support"

    This command creates a Discord server with the following structure:

    • Category: Welcome to Solana NFT Community

      • #general

      • #announcements

      • #trading

      • #support

📝 Note:

  • This command allows you to create a complete Discord server using a prompt.

  • Only users with the appropriate permissions (e.g., admins) can use this command.

  • The command requires a prompt parameter, which is a string representing the server structure.

  • The server structure is defined by providing the category names and the text channel names within each category, separated by # symbols.

  • The command will generate the server structure based on the provided prompt.

  • The generation process may take some time, depending on the size of the server.

  • While the server is being generated, a waiting message with a GIF will be displayed as an ephemeral message.

  • Once the server is created, a success message will be displayed, indicating that the server has been created successfully.

  • If you are not satisfied with the generated server, you can use the /undo command to remove the channels and try again.

Last updated