The best bot.
Open command prompt and...
Step 1. Install git using winget
winget install gitStep 2. Git clone this repository
mkdir luio
cd luio
git clone https://github.com/trendsolate/Hexabot.git .Step 3. Run this command to make the directory structure
mkdir db
cd db
type nul > serversettings.sqlite3
type nul > economy.sqlite3
type nul > warns.sqlite3
cd ..* Make sure you are in the same directory as the bot before running the command
Run this command.
python bot.pyMake sure you have Python installed.
* Make sure you are in the same directory as the bot before running the command
python3 bot.pyMake sure you have Python installed