Skip to content

The official Palbot repo for Palworld Discord Bot.

Notifications You must be signed in to change notification settings

xczsonn/palworld-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The official Palbot repo for Palworld Discord Bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%