Antoine-Meloche / Discord-Tic-Tac-Toe

Discord Tic Tac Toe Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Tic Tac Toe Bot

This is a simple discord bot created to play tic tac toe with an other player on a discord server.

Usage

git clone https://github.com/Antoine-Meloche/Discord-Tic-Tac-Toe.git
cd Discord-Tic-Tac-Toe
pip install discord
mv token.example token.txt
echo "<BOT_TOKEN>" > token.txt
python tic-tac-toe.py

To get the <BOT_TOKEN> needed for the operation of the discord bot program, you will have to create a bot application from https://discord.com/developpers/applications and find it's token in the Bot tab of the application.

About

Discord Tic Tac Toe Bot

License:GNU General Public License v3.0


Languages

Language:Python 99.6%Language:Procfile 0.4%