noescape00 / DiscordTipBot

Tipping bot for discord that supports STRAT and other cryptocurrencies
GNU General Public License v3.0
5 stars 9 forks source link

Implement Quiz commands #3

Closed noescape00 closed 6 years ago

noescape00 commented 6 years ago

Implement CreateQuizAsync and AnswerQuizAsync

CreateQuizAsync - user will be able to ask a question and supply hash of the answer. User will specify reward amount and time the quiz will hold. First to give an answer which hash is equal to hash supplied in the quiz creation will get the money.

noescape00 commented 6 years ago

done