1.1.19 • Published 4 years ago

@stuntstorm/discord-games v1.1.19

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

StuntStorm's Easy to use Discord Games NPM

Play Games and Watch Youtube Along with your friends While you stream using this Npm Package!

@stuntstormmath (1)

Installation ⚒️

npm i @stuntstorm/discord-games --save

Usage

Require with any Variable

const package = require("@stuntstorm/discord-games")

Games Together Commands 🐱‍🏍

package.betrayal(message, client);
package.fishington(message, client);
package.chess(message, client);
package.pokernight(message, client);

Youtube Together Commands ✨

package.youtube(message, client);

Setup 🛠️

const package = require("@stuntstorm/discord-games");
const Discord = require('discord.js');
const client = new Discord.Client();

client.on("message", message => {
  if(message.content == "!betrayal") {
    package.betrayal(message, client);
  }
});

client.login("token");

OR

const package = require("@stuntstorm/discord-games");
const Discord = require('discord.js');
const client = new Discord.Client();

client.on("message", message => {
  if(message.content == "!youtube") {
    package.youtube(message, client);
  }
});

client.login("token");

Example Scenerio 💻

Index.js Code :

image

Discord Output :

image

Voicechat Output :

image

Support 🐱‍💻

Feel free to join the support server : https://discord.gg/u6XzUFkKTn

StuntStorm's Github : https://github.com/StuntStorm

More NPM Packages : https://www.npmjs.com/~stuntstorm

NOTE 🗃️

This package is protected under MIT license. 🔒

Bots using this Project 👾

StuntStorm Discord bot by StuntStorm#7231

Created and Published by StuntStorm

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.13

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago