πͺToken Voting
Set up an Token-weighted vote directly in Discord.
Last updated
Set up an Token-weighted vote directly in Discord.
Before reading below, make sure you have invited the Emerald bot to your Discord server using this link.
/vote tokencontractname - 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
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