Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1016 Bytes

POLL_COMMAND.md

File metadata and controls

29 lines (24 loc) · 1016 Bytes

Discord Bot Poll Command

  • Emoji React based polls
  • Yes / No and Multiple Choice

TODO

  • Tour the code
  • Setup code for testing a single command
    • Environment variable to disable new user management
    • Environment variable to only allow testing command
  • Yes / No / Unsure Poll
    • !poll "Yes or No Question Here?"
    • Bot replies with the question as text and auto adds emojis
      • 👍
      • 👎
      • :cj_thinking:
  • Multiple Choice Poll
    • !poll "Multiple Choice Question Here?" "Option A" "Option B" "Option C"
    • Bot replies with the question and adds Letter emojis
  • Custom Emoji Poll
    • !poll "Multiple Choice Question Here?" "🚀 - Option A" "🤖 - Option B" "🍔 - Option C"
    • Bot replies with the question and adds corresponding emojis

EXTRA / Future

  • People can react to multiple (limit to 1)
  • People can react with things other than the emojis provided
  • Make the poll timed, lock after a certain number of time or reactions