fix: bug on builders

This commit is contained in:
Yuzu 2022-07-16 14:40:21 -05:00
parent 992dc48d7e
commit e87f26efb6

View File

@ -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 = "",