gameinvite
v1.1.5
Published
see how many of your friends want to join you
Downloads
29
Readme
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()
