discord.js-tictactoe

1.0.2 • Public • Published

discord.js-tictactoe

This package allows your bot to have a tic tac toe game

NPM

Example code

    const Discord = require("discord.js")
    const client = new Discord.Client()
 
    const ttt = require("discord.js-tictactoe")
    const prefix = "!"
    const embed_color = "#ff00aa"
    const start_cmd = "ttt"
    ttt.run(client, prefix, embed_color, start_cmd)
    client.login("token")

Package Sidebar

Install

npm i discord.js-tictactoe

Weekly Downloads

30

Version

1.0.2

License

ISC

Unpacked Size

49.5 kB

Total Files

8

Last publish

Collaborators

  • spyte