Skip to content

StuntStorm/discord-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Update

Added More Games and Fun:
> Lettertile
> Wordsnack
> Doodlecrew
> Awkword
> Spellcast
> Checkers
> Puttparty
> Sketchheads
> Ocho

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published