1.1.19 • Published 3 years ago

@stuntstorm/discord-games v1.1.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.13

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago