Setting up your environment is simple. Just git clone
the repository!
git clone https://github.com/szskill/omnia
To configure the bot, all you have to do is to modify config.yaml
. The options
should be self-explainable.
Then, you also have to create a file named .env
, then place your token like
this:
TOKEN=InsertTokenHere
Of course, replace InsertTokenHere
with your bot token.
From the root folder (the folder where config.yaml is stored), run this in the terminal:
pip install -r requirements.txt
python -m omnia
or for Windows users:
py -m pip install -r requirements.txt
py -m omnia
...and wait for it to start. That's it! You're done.