Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
/ tickets Public archive

Ticket Bot for Promise Solutions

Notifications You must be signed in to change notification settings

biaw/tickets

Repository files navigation

Ticket Bot

A simple bot that can be used to create tickets in a Discord server.

For self-hosting

1. Clone the repository
$ git clone https://github.com/biaw/ticket-bot
2. Install dependencies
$ npm install
3. Rename example.env to .env and fill in the values
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.

4. Build and start the bot
$ npm run build && npm start