TheArtificer/src/mod.d.ts

6 lines
163 B
TypeScript

import { SlashCommandInteraction } from '@discordeno';
export interface SlashCommandInteractionWithGuildId extends SlashCommandInteraction {
guildId: string;
}