1.1.5 • Published 2 years ago

gameinvite v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

This package lets you see how many of your friends want to join you

Example:

Usage

const Discord = require ('discord.js');
const gameinvite = require ('gameinvite');
const client = new Discord.Client();

// Add a game
gameinvite.create_game(message, emoji, "Your game/game info here")

client.login (<your token>);

Documentation

void create_game(message, , Emoji emoji, String game)

void log_games()

void get_games()

License

ISC

1.1.5

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago