A discord.js Games Package with Who's that Pokemon, ConnectFour, Snake, rock paper scissors, guessTheNumber, tictactoe , fast type! Join our Support Server for help The Update for DJS-V13 is Out! You Can use this package with djs-13 by installing djs-games@dev
npm i djs-games
USE ACCORDING TO YOUR COMMAND HANDLER
const { Pokemon } = require('djs-games')
const game = new Pokemon({
message: message,
token: "dagpi-token-here", // Get Your Api Token at https://dagpi.xyz/dashboard
})
game.start()
const djsGames = require('djs-games')
const TicTacToe = new djsGames.TicTacToe()
TicTacToe.startGame(message)
const djsGames = require('djs-games')
const ConnectFour = new djsGames.ConnectFour()
ConnectFour.startGame(message)
const djsGames = require('djs-games')
const SnakeGame = new djsGames.SnakeGame()
SnakeGame.startGame(message)
const djsGames = require('djs-games')
const RockPaperScissors = new djsGames.RockPaperScissors()
RockPaperScissors.startGame(message)
const djsGames = require('djs-games')
const guessTheNumber = new djsGames.GuessTheNumber()
guessTheNumber.startGame(message)
const djsGames = require('djs-games')
const FastTyper = new djsGames.FastTyper()
FastTyper.startGame(message)
Thanks to Koenie For the Code Base!
Please Respect the license and dont just copy the whole thing as paste as your own package!
The Update for DJS-V13 is Out! You Can use this package with djs-13 by installing djs-games@dev
Join our Support Server for help