discord-clicking-game

0.0.2 • Public • Published

Installations

npm i discord-clicking-game

Note

  • We only Supports Discord.js V-13.x, So that we can use new features like buttons.
  • You need to use Node JS V-16.x for this module.

What ?

This is an module to create a clickling game, Now you might be thinking what is this so go to the bottom to see the images.

How ?

const click = require('discord-clicking-game');
const game = new click();

/** Solo Mode
 * @param {Discord.Message} message The message | Command Interacion object in which command was used
 */
game.solo(message);

/** Duo mode
 * @param {Discord.Message} message The message | Command Interacion object in which command was used
 * @param {Discord.User} player2 The second player.
 */
game.duo(message,player2);

/**
  * Part Mode for clicking game. ALL human users can participate
  * @param {Discord.Message} message The Message | Command Interaction, in which command was used
  */
game.party(message) 

Images

  • Game During Getting Ready

ready.png

  • Game Started

started.png

  • Game Lost

lost.png

  • Game Won

won.png

Customizations

const click = require('discord-clicking-game');
const game = new click("🎈",// Emoji to use on correct button
    2000 || "random", // Time in which game starts after the ready message
    3000, // Time in which game auto ends , NOTE time should be in Milleseconds
    {
        win: "{winner} won in {time}", // winning messages
        loose: "You nerds are slowowowoow", // Game end message when no one clicks
        started: "Game is started click fast", // Game started message
        ready: "Get your toes in positon cause game is gonna start soon", // Ready message
    }
);

Supports

For support or issues or queries contace me on my discord server.

Package Sidebar

Install

npm i discord-clicking-game

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

8.25 kB

Total Files

5

Last publish

Collaborators

  • shisui