A simple tic-tac-toe discord bot game using the new message buttons and slash commands.
Challenge other players to a game of tic-tac-toe using the slash command.
Exmaple:
/tic-tac-toe <target>
/ping
/help
- Fork the repository and clone your fork.
git clone https://github.com/your-username/discord.js-tictactoe.git
cd discord.js-tictactoe
yarn install
- Then create a
.env
file. - Add an enviromental variables
BOT_TOKEN=***
CLIENT_ID=***
GUILD_ID=***