Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (36 loc) · 1.01 KB

Palbot Palword Bot

Discord

The official Palbot repo for Palworld Discord Bot. Invite the verified Palbot.

Setup on Linux

  1. Create a new user and switch to it.
sudo adduser palbot
su - palbot
  1. Clone the Arkon bot repository with the following commands
git clone https://github.com/dkoz/palworld-bot
cd palworld-bot
  1. Now you need to create a virtual env and install the requirements.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Configure the environment variables.
cp .env.example .env
nano .env
  1. Configure the server information.
cp data/config.json.example data/config.json
nano data/config.json
  1. Now run the bot.
python main.py

Licensing

I'm not assigning a license to this bot yet until I finished the core code base.