tictactoe-djs
v1.3.0
Published
Its a simple package to add tictactoe function to ur discord bot.
Downloads
1
Maintainers
Readme
how to use
join my discord server for help https://discord.gg/sSYD6jH68m
const { tictactoe } = require('tictactoe-djs')
const member = message.mentions.members.first()
if(!member) return message.reply(' mention a user.')
new tictactoe({
player_two: member,
message: message
})
「ℹ」Version 1.2.0 Information
- Fixed all bugs