mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +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";
|
import { CreateApplicationCommand } from "../../../Session.ts";
|
||||||
|
|
||||||
export abstract class ApplicationCommandBuilder implements CreateApplicationCommand {
|
export abstract class ApplicationCommandBuilder implements CreateApplicationCommand {
|
||||||
protected constructor(
|
constructor(
|
||||||
// required
|
// required
|
||||||
public type: ApplicationCommandTypes = ApplicationCommandTypes.ChatInput,
|
public type: ApplicationCommandTypes = ApplicationCommandTypes.ChatInput,
|
||||||
public name = "",
|
public name = "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user