🙊NFT Voting
Set up an NFT-weighted vote directly in Discord.
There are 2 commands you can use to start an NFT Vote depending on if your NFT is in the NFT Catalog or not.
Command 1 - NFT Catalog
This is what you should use if your NFT is in the NFT Catalog.
/vote nft catalogInputs
- 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- @everyoneif you want everyone to vote)
- title- the title of the vote
- description- the description of the vote
- weighted- put- Trueif you want a citizen's vote to count based on the # of NFTs they have. Put- Falseif 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 UNIX timestamp) for when the vote should automatically end.
- (OPTIONAL) - options 3 - 6- Set additional options for users to vote for.
Command 2 - Any NFT
This is what you should use if your NFT is not in the NFT Catalog.
/vote nft genericInputs
- 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- @everyoneif you want everyone to vote)
- title- the title of the vote
- description- the description of the vote
- weighted- put- Trueif you want a citizen's vote to count based on the # of NFTs they have. Put- Falseif 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 UNIX timestamp) for when the vote should automatically end.
- (OPTIONAL) - options 3 - 6- Set additional options for users to vote for.
Last updated
