Raxin is a Discord bot that facilitates reaction polls.

| Command | Purpose |
|---|---|
| /poll | display commands |
| /poll Q | post question Q with yes/no reactions |
| /poll Q, A1, A2, etc. | post question Q with A1, A2, etc. (up to 10) as answer reactions |
Note: Raxin will delete the post used to interact with Raxin
Hosting locally:
- On the command prompt/terminal, navigate to this folder
- Run
node .and a message should appear to signal the Bot is active
To host on the cloud, follow this tutorial
- Download and unpack ZIP file
- Create 'Raxin' as a new application in the Discord developer portal
- Add a bot to the application (Settings > Bot > Add Bot) (Optional: use Raxin.png as the App Icon)
- Copy the bot token
- Replace TOKEN in line 12 of poll.js with the copied token
- Copy the bot client ID (Settings > General Information)
- Paste client ID into 'Client ID:' in the Discord permissions calculator
- Mark the 'Administrator' permission
- Go to the link next to 'Link:' and choose the server you want to add the bot to!
Node.js