1.0.2 • Published 5 years ago

discord.js-tictactoe v1.0.2

Weekly downloads
171
License
ISC
Repository
-
Last release
5 years ago

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")
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.9.9

5 years ago

0.9.8

5 years ago