Ancho
Ancho
DIAdiscord.js - Imagine a boo! 👻
Created by Ancho on 6/24/2024 in #djs-questions
getString() issue
export interface CommandOptions {
name: string;
description: string;
type: ApplicationCommandOptionType;
required?: boolean;
// Where do I put it here ?
}
export interface CommandOptions {
name: string;
description: string;
type: ApplicationCommandOptionType;
required?: boolean;
// Where do I put it here ?
}
How and where do i make a method that will return the properties from the interface ?
3 replies