Skip to content

l3dotdev/discord-bot-tickets-plugin

Repository files navigation

discord-bot-tickets-plugin

Usage

Add the plugin to the bot config and pass in the plugin config

import botTickets from "@l3dev/discord-bot-tickets-plugin";
import { createBot } from "@l3dev/discord.js-helpers";

const bot = createBot({
    ...
    plugins: [botTickets({ db })]
});

Create a schema file (e.g. bot-tickets.schema.ts) in the drizzle schema folder

export * from "@l3dev/discord-bot-tickets-plugin/db-schema";

Discord Usage Documentation

About

A discord ticket system plugin for bots made with @l3dev/discord.js-helpers

Resources

License

Stars

Watchers

Forks

Releases

No releases published