note

📝 RADAR Documentation - Command: Secret Note

🤝 Command Group: secret

📝 Command Name: note

📋 Parameters:

  • channel (optional) - Which channel to send the secret message

  • member (optional) - Which member to send the secret message to

  • title (optional) - The title of the secret message

  • message (optional) - You can type the message here or be prompted to type it later

  • url (optional) - Type a URL that will be embedded in the message

  • thumbnail (optional) - Thumbnail URL for the message

  • image (optional) - Image URL for the message

  • captcha (optional) - Protect the message with a captcha

  • password (optional) - Protect the message with a password

  • payment (optional) - Protect the message with a SOL/SPL payment

  • duration (optional) - The duration of the giveaway (Select time unit in next field)

  • duration_unit (optional) - The time unit of the duration

📝 Description:

Create a secret note to send to a channel or a specific member. This command allows you to create a secret message with various options such as title, message content, URL embedding, thumbnail, image, captcha protection, password protection, payment protection, and giveaway duration.

🔍 Example Usage:

  • Create a secret note with required parameters:

    !note #secrets "Important Announcement" "Please read the attached document for important information."

    This command creates a secret note with the title "Important Announcement" and the message "Please read the attached document for important information." The note will be sent to the #secrets channel.

  • Create a secret note with optional parameters:

    !note #secrets @username "Important Announcement" "Please read the attached document for important information." --url https://example.com --thumbnail https://example.com/thumbnail.png --captcha --password mypassword --payment --duration 1 --duration_unit days

    This command creates a secret note with the title "Important Announcement" and the message "Please read the attached document for important information." The note will be sent to the #secrets channel and directed to the @username member. It includes a URL, thumbnail, captcha protection, password protection, payment protection, and a giveaway duration of 1 day.

📝 Note:

  • This command allows you to create a secret note with various options.

  • The channel parameter is optional and specifies the channel where the secret note will be sent.

  • The member parameter is optional and specifies the member who will receive the secret note.

  • The title parameter is optional and sets the title of the secret note.

  • The message parameter is optional and sets the content of the secret note. If not provided, you will be prompted to enter the message later.

  • The url parameter is optional and embeds a URL in the secret note.

  • The thumbnail parameter is optional and sets the thumbnail URL for the secret note.

  • The image parameter is optional and sets the image URL for the secret note.

  • The captcha parameter is optional and adds captcha protection to the secret note.

  • The password parameter is optional and adds password protection to the secret note.

  • The payment parameter is optional and adds SOL/SPL payment protection to the secret note.

  • The duration parameter is optional and sets the duration of a giveaway associated with the secret note.

  • The duration_unit parameter is optional and specifies the time unit (days, hours, minutes, seconds) for the giveaway duration.

  • If no channel or member is specified, you will be prompted to select a channel or member to send the secret note.

  • The command response will be sent as an ephemeral message visible only to you.

  • The bot will create the secret note with the provided parameters and display a success or failure message accordingly.

  • The secret note will be sent to the specified channel or member.

  • If the secret note is successfully added to the database, the bot will display a success message.

  • If the secret note fails to be added to the database, the bot will display an error message.

Last updated