NFT Voting
Set up an NFT-weighted vote directly in Discord.
Last updated
Set up an NFT-weighted vote directly in Discord.
Last updated
There are 2 commands you can use to start an NFT Vote depending on if your NFT is in the or not.
This is what you should use if your NFT is in the .
identifier
- The collection identifier (ex. Flunks
). The bot will auto suggest options if you start typing them in.
option_1
- The first option users can vote for.
option_2
- The second option users can vote for.
role
- the Discord role a citizen must have in order to vote (put @everyone
if you want everyone to vote)
title
- the title of the vote
description
- the description of the vote
weighted
- put True
if you want a citizen's vote to count based on the # of NFTs they have. Put False
if you want everyone's vote to be worth 1 no matter how many NFTs they have (they must have >= 1)
hide_results
- If true, users must vote in order to see vote results. If false, they can view results at any time.
(OPTIONAL) end_date
- Set a date (in ) for when the vote should automatically end.
(OPTIONAL) options 3 - 6
- Set additional options for users to vote for.
contractname
- The name of the contract
contractaddress
- The address of where the contract is deployed
publicpath
- The public path of the NFT Collection (ex. If the public path is /public/FLOATCollection
, you would input FLOATCollection
).
option_1
- The first option users can vote for.
option_2
- The second option users can vote for.
role
- the Discord role a citizen must have in order to vote (put @everyone
if you want everyone to vote)
title
- the title of the vote
description
- the description of the vote
weighted
- put True
if you want a citizen's vote to count based on the # of NFTs they have. Put False
if you want everyone's vote to be worth 1 no matter how many NFTs they have (they must have >= 1)
hide_results
- If true, users must vote in order to see vote results. If false, they can view results at any time.
(OPTIONAL) options 3 - 6
- Set additional options for users to vote for.
This is what you should use if your NFT is not in the .
(OPTIONAL) end_date
- Set a date (in ) for when the vote should automatically end.