RADAR Docs
  • bot_help
    • alpha
      • announce_channels
      • call
      • register
      • resend
    • analytics
      • chart
      • floor
      • info
      • terminal
    • collections
      • add
      • edit
      • manage
      • remove
    • impostor
      • register
      • unregister
      • unwhitelist
      • whitelist
    • multisig
      • add_signer
      • create
      • sign
    • profiles
      • add_availability
      • afk
      • availability
      • back
      • referral
      • register
      • remove_availability
      • set_afk_message
      • set_timezone
    • raid
      • channel
      • panel
      • register
      • resend
      • role
      • subscribe
      • tweet
    • rarity
      • check
      • rank
      • scraper
      • snipe
    • secret
      • announce_channels
      • author
      • delete
      • edit
      • note
      • resend
    • server
      • backup
      • holder_welcome
      • holder_welcome_remove
      • holder_welcome_test
      • txt2discord
      • undo
    • shop
      • add_category
      • add_product
      • buy
      • create
      • fund
      • open
      • update_product
      • update_shop
    • tools
      • snapshot
    • verification
      • add
      • blacklist
      • manual
      • panel
      • profile
      • refresh_hashlist
      • register
      • role
      • test_token
      • toggle
      • unblacklist
    • votes
      • clear
      • create
      • extend
      • max_weight
      • multipliers
      • resend
    • whalewatch
      • add
      • settings
    • whitelist
      • add_role
      • create
      • enter
      • export
      • manage
      • minimum_balance
      • panel
      • remove
      • stats
      • update
      • wipe
  • api_documentation
    • docs
      • nft
        • Get NFT 🚀 - /nft/moonrank/{mint_address}
        • Get Guild Royalty Dashboard 💸 - /nft/guild_royalty_data/{guild_id}/dashboard
        • Get Multiple NFT Metadata 🔎 - /nft/metadata/multiple/
        • Get NFT Owner Information 🔎 - /nft/{mint}/owner
        • Retrieve Holder Snapshot for NFT 📊 - /nft/holder_snapshot
        • Royalties Status by Address 💰 - /nft/royalty_status_address/{address}
        • Royalties Status of Multiple NFTs 💰 - /nft/royalty_status_multiple_nfts
        • Royalties Status of NFT 💰 - /nft/royalty_status_nft/{nft}
Powered by GitBook
On this page

Was this helpful?

  1. bot_help
  2. server

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.

Previousholder_welcome_testNextundo

Last updated 1 year ago

Was this helpful?