1.2
版本发布时间: 2020-07-27 04:36:41
Kirill-iceland/voting-bot最新发布版本:1.3(2020-08-10 03:43:52)
Voting Bot - release 1.1
This is bot to help manage voting system. Originally it was created for Hekate Technical Minecraft Server.
Usage
Bot will check who voted and ping people who did not vote (after 24hours)
Installation
- Download ZIP file
- Unzip the file
- Open Comand Prompt and run
npm install
- Put your bot token in main.js instead of
YOUR_BOT_TOKEN
- Add
{voting: "ID_OF_YOUR_VOTING_CHANNEL", result: "ID_OF_YOUR_RESULT_CHANNEL", Role: "ID_OF_YOUR_ROLE"}
tonewVotingSystems
array - Run
npm run start
- Wait until console says
Finished adding the new Voting Systems
- Stop the node by pressing Control + C
- Delite
{voting: "ID_OF_YOUR_VOTING_CHANNEL", result: "ID_OF_YOUR_RESULT_CHANNEL", Role: "ID_OF_YOUR_ROLE"}
- Run
npm run start