GearTech0 / basic-discord-bot-framework

My old alice repo is outdated and I wanted to start her anew. This is Alice 2.0 Discord Management bot.
GNU General Public License v3.0
0 stars 1 forks source link

Add !contest command to add samples, view samples, vote on samples, and start a contest #2

Closed GearTech0 closed 4 years ago

GearTech0 commented 4 years ago

Example: // !contest vote 1 // !contest list lists current sample selections // !contest add adds to a list of sample links

start: This should read through the google drive folder, and choose N sample files in the root folder and save choice somewhere to be used when viewing list

vote: Alice should keep tally of all votes and increment the respective samples vote count when voted upon. The argument for this is just the position in the list for their desired sample.