add

📝 RADAR Documentation - Command: Add to Whale Watchlist

🔒 Command Group: whalewatch

🔧 Command Name: add

📋 Parameters:

  • wallet (required: True) - The wallet address of the whale to track. (Type: string)

  • nickname (required: True) - A nickname for the whale. (Type: string)

  • description (required: False) - Any additional notes or description for the whale. (Type: string)

📝 Description:

Add a user to the whale watchlist to track their wallet address.

🔍 Example Usage:

  • Add a whale to the watchlist:

    !add <wallet_address> <nickname>

    This command is used to add a whale to the watchlist by providing their wallet_address and a nickname. Provide the wallet address and nickname as parameters.

  • Add a whale to the watchlist with description:

    !add <wallet_address> <nickname> --description "Additional notes"

    This command is used to add a whale to the watchlist with an additional description. Provide the wallet address, nickname, and use the --description flag followed by the additional notes.

📝 Note:

  • This command requires appropriate permissions to execute.

  • The wallet parameter is required and should be the wallet address of the whale you want to add to the watchlist.

  • The nickname parameter is required and should be a nickname or identifier for the whale.

  • The description parameter is optional and can be used to provide any additional notes or description for the whale.

🔧 Command Signature:

Command Group - whalewatch
Command Name - add
Parameters - wallet:Wallet of the whale to track (required: True), nickname:A nickname, perhaps? (required: True), description:Any notes to add, perhaps? (required: False)

Now you can use the RADAR bot's add command to add users to the whale watchlist in your Solana NFT community on Discord.

Last updated