mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
fix: bug on builders
This commit is contained in:
parent
992dc48d7e
commit
e87f26efb6
@ -4,7 +4,7 @@ import { OptionBased } from "./ApplicationCommandOption.ts";
|
||||
import { CreateApplicationCommand } from "../../../Session.ts";
|
||||
|
||||
export abstract class ApplicationCommandBuilder implements CreateApplicationCommand {
|
||||
protected constructor(
|
||||
constructor(
|
||||
// required
|
||||
public type: ApplicationCommandTypes = ApplicationCommandTypes.ChatInput,
|
||||
public name = "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user