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:
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 totrue
if you want to send sales for this collection.Set the
listings
parameter totrue
if you want to send listings for this collection.Specify the
sales_channel
andlistings_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:
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