git clone https://github.com/lezetho/ticket-bot.git
cd ticket-bot
npm install
node .
Edit the config.json
{
"token": "YOUR_TOKEN_HERE",
"prefix": "- (this is a example, you can do anything)",
"serverName": "YOUR_SERVER_NAME_HERE"
}