0.1.8 • Published 3 years ago

hawli-xox v0.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

❔ Hawli-xox

The "hawli-xox" package is a simple package designed to play XOX alias Tic Tac Toe on Discord bots. Currently only Turkish language is supported, later English will be added.

📩 You can join our Discord server for help

💠 Usage

const { tictactoe } = require('hawli-xox')

module.exports = {
    name: 'xox',
    run : async(client, message, args) => {
        if (message.channel.name && message.channel.name.includes("xox")) {
            if (message.channel.type === 'dm') return;
        const member = message.mentions.members.first() 
            if(!member) return message.reply('Please mention a user.')
        
        new tictactoe({
            player_two: member, 
            message: message
        })
    }
    }
}

//XOX (Tic Tac Toe) codes may differ according to the codes in the main file.

「ℹ」Version 0.1.8 Information

1) Folder arrangements

0.1.2

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago