A simple bot that can be used to create tickets in a Discord server.
$ git clone https://github.com/biaw/ticket-bot
$ npm install
Variable | Description | Required |
---|---|---|
CLIENT_ID |
Bot User ID | Yes |
CLIENT_TOKEN |
Bot Token | Yes |
DATABASE_URI |
MongoDB URI | Yes |
OWNER_ID |
Bot Owner ID | Yes |
GUILD_ID |
Server ID to register commands to | No |
All values are required.
$ npm run build && npm start