extend

📝 RADAR Documentation - Command: Extend Deadline

🤝 Command Group: votes

📝 Command Name: extend

📋 Parameters:

  • proposal (required: True) - The ID of the proposal to extend the deadline. (Type: string)

  • duration (required: True) - The duration to extend the deadline by. (Type: integer)

  • duration_unit (required: True) - The unit of time for the duration: days, hours, minutes, or seconds. (Type: string)

📝 Description:

Extend the deadline of a specific proposal.

🔍 Example Usage:

  • Extend the deadline of a proposal:

    !extend --proposal 1234567890 --duration 2 --duration_unit days

    This command is used to extend the deadline of a specific proposal. You need to provide the ID of the proposal, the duration to extend the deadline by, and the unit of time for the duration.

📝 Note:

  • This command allows you to extend the deadline of a proposal in your Solana NFT community.

  • Specify the proposal parameter as the ID of the proposal you want to extend the deadline for.

  • Specify the duration parameter as the amount of time to extend the deadline by.

  • Specify the duration_unit parameter as the unit of time for the duration: days, hours, minutes, or seconds.

  • Only admins or the author of the proposal can extend the deadline.

  • If the proposal doesn't have a deadline, you will be prompted to set one before extending it.

  • After extending the deadline, a success message will be displayed indicating the old and new deadlines of the proposal.

Last updated