add

📝 RADAR Documentation - Command: Add Collection to Sales & Listings

🤝 Command Group: collections

📝 Command Name: add

📋 Parameters:

  • name (required: True) - Any part of the collection's name. (Type: string)

  • exchange (required: True) - The exchange on which the collection is listed. (Type: string)

  • sales (required: True) - Whether to send sales for this collection. (Type: boolean)

  • listings (required: True) - Whether to send listings for this collection or not. (Type: boolean)

  • sales_channel (required: True) - Where to send sales? (Default is the default sales channel). (Type: channel)

  • listings_channel (required: True) - Where to send listings? (Default is the default sales channel). (Type: channel)

  • twitter_username (required: False) - The Twitter username of the collection's Twitter account. (Type: string)

📝 Description:

Add a collection to sales & listings.

🔍 Example Usage:

  • Add a collection to sales & listings:

    !add --name "My Collection" --exchange MagicEden --sales true --listings true --sales_channel #sales-channel --listings_channel #listings-channel --twitter_username my_twitter_account

    This command is used to add the collection with the name "My Collection" to sales and listings. It will send sales and listings for this collection to the specified sales and listings channels. The Twitter account associated with the collection can also be provided.

📝 Note:

  • This command requires appropriate permissions to execute.

  • Use the command to add a collection to sales and listings in Solana NFT communities.

  • Specify the name parameter as any part of the collection's name.

  • Choose the exchange where the collection is listed (e.g., MagicEden or Solanart).

  • Set the sales parameter to true if you want to send sales for this collection.

  • Set the listings parameter to true if you want to send listings for this collection.

  • Specify the sales_channel and listings_channel parameters as the respective Discord channels where you want to send sales and listings.

  • Optionally, provide the twitter_username parameter to link the collection's Twitter account.

  • Use appropriate Solana network parameters for the collection and channels.

🔧 Command Signature:

Command Group - collections
Command Name - add
Parameters - name: Any part of the collection's name (required: True), exchange: The Exchange on which the collection is (required: True), sales: Whether to send sales for this collection (required: True), listings: Whether to send listings for this collection or not (required: True), sales_channel: Where to send sales? (Default is the default sales channel) (required: True), listings_channel: Where to send listings? (Default is the default sales channel) (required: True), twitter_username: The Twitter username of the collection's Twitter account (required: False)

Now you can use the RADAR bot's add command to include your collection in the sales and listings of your Solana NFT community.

Last updated