Releases: SrinSS01/TicTacToeBot
TicTacToe 3.0
TicTacToe Bot for discord
-
download the jar then open terminal or command prompt
-
type
java -jar TicTacToeBot-3.0.jar PLACE_YOUR_BOT_TOKEN_HERE <database_username> <database_password> <database_host_name> <database_name>
-
then press enter and if the bot token is ok then the bot should start working
NOTE you can also set the BOT_TOKEN
environment variable instead of passing it as an argument,
Change log
- changed from mondodb to MariaDB
TicTacToe 2.0
TicTacToe Bot for discord
download the jar then enter the following command in terminal or command prompt
java -jar TicTacToeBot-2.0.jar PLACE_YOUR_BOT_TOKEN_HERE
then press enter and if the bot token is ok then the bot should start working
TicTacToe 1.0
TicTacToe bot for discord
download the jar then enter the following command in terminal or command prompt
java -jar TicTacToeBot-1.0.jar PLACE_YOUR_BOT_TOKEN_HERE
then press enter and if the bot token is ok then the bot should start working