Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 268 Bytes

discord-bot

config.json file:

{
    "token": "your bot token",
    "channel": "channel id to watch", 
    "role": "role user has to have to vote",
    "emoji": "emoji displaying vote, i.e. ➕",
    "count": "required count of votes to be promoted"
}