|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
import { PrismaClient } from "@prisma/client";
|
|
|
|
|
import { ChannelType, CommandContext, CommandOptionType, SlashCommand, SlashCreator } from "slash-create";
|
|
|
|
|
import { PrismaClient } from '@prisma/client'
|
|
|
|
|
import { ChannelType, CommandContext, CommandOptionType, SlashCommand, SlashCreator } from 'slash-create'
|
|
|
|
|
|
|
|
|
|
export default class SetWelcomeChannelCommand extends SlashCommand {
|
|
|
|
|
constructor(creator: SlashCreator) {
|
|
|
|
|