vylbot-app/src/contracts/IEventReturnContext.ts

6 lines
No EOL
174 B
TypeScript

import { MessageEmbed } from "discord.js";
import { ICommandContext } from "./ICommandContext";
export default interface ICommandReturnContext {
embeds: MessageEmbed[]
}