Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 374 Bytes

8ball.md

File metadata and controls

16 lines (13 loc) · 374 Bytes

EightBall

A Game, where you can ask the bot a yes/no question.

Importing

const {EightBall} = require('discord-mini-games.js');

Starting The Game

let message = message || interaction; // Message Object Or Interaction Object
let question = "Am I Dumb?"; // A yes/no question.
await EightBall(message,question);

returns messageObject of the Game.