Pulsar Tickets is a Discord Bot written in Deno using the Harmony library. It is designed to be used with the rest of the Pulsar Link project and will not function without them.
- Ticket creation and closing
- Ticket message logging
/create {addon}- Creates a ticket for the specified addon/hold- Places a ticket on hold/unhold- Takes a ticket out of hold/close- Closes a ticket/ping- Pings the bot
- Download the latest release from the releases page. Only Linux x86_64 builds are provided.
- Create a
.envfile based on.env.example - Run the bot with
./pulsar-link-tickets
- Install Deno
- Clone the repository
- Create a
.envfile based on.env.example - Run the bot with
deno task dev
- Run
deno task compile- Will only build a Linux x86_64 binary - Run the binary with
./pulsar_link_tickets-linux_x86_64