UNPKG

@m3rcena/weky

Version:

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

4 lines (3 loc) 164 B
import type { ShuffleGuessTypes } from "../Types/index.js"; declare const ShuffleGuess: (options: ShuffleGuessTypes) => Promise<void>; export default ShuffleGuess;