UNPKG

@m3rcena/weky

Version:

A fun npm package to play games within Discord with buttons!

4 lines (3 loc) 175 B
import type { FightTypes } from "../../Types"; declare const Fight: (options: FightTypes) => Promise<import("discord.js").InteractionResponse<boolean>>; export default Fight;