UNPKG

@m3rcena/weky

Version:

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

5 lines (4 loc) 213 B
import { Message } from "discord.js"; import type { NeverHaveIEverTypes } from "../Types"; declare const NeverHaveIEver: (options: NeverHaveIEverTypes) => Promise<Message<boolean>>; export default NeverHaveIEver;