Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 846 Bytes

File metadata and controls

40 lines (38 loc) · 846 Bytes

luiobot

The best bot.

Installation Instructions

Windows (x64)

Open command prompt and...
Step 1. Install git using winget

winget install git

Step 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 ..

Running the bot

Windows

* Make sure you are in the same directory as the bot before running the command Run this command.

python bot.py

Make sure you have Python installed.

Linux and macOS

* Make sure you are in the same directory as the bot before running the command

python3 bot.py

Make sure you have Python installed