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