The official Palbot repo for Palworld Discord Bot. Invite the verified Palbot.
- Create a new user and switch to it.
sudo adduser palbot
su - palbot
- Clone the Arkon bot repository with the following commands
git clone https://github.com/dkoz/palworld-bot
cd palworld-bot
- Now you need to create a virtual env and install the requirements.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
- Configure the environment variables.
cp .env.example .env
nano .env
- Configure the server information.
cp data/config.json.example data/config.json
nano data/config.json
- Now run the bot.
python main.py
I'm not assigning a license to this bot yet until I finished the core code base.