UNPKG

@m3rcena/weky

Version:

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

4 lines (3 loc) 163 B
import type { WouldYouRatherTypes } from "../Types"; declare const WouldYouRather: (options: WouldYouRatherTypes) => Promise<void>; export default WouldYouRather;