Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 808 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 808 Bytes

Portal Helper Bot

Docker Deployment

A discord bot to display various things related to battlefield 2042's Portal Mode Commands,

  • /d Show documenation of a block with its image
  • /tools Shows Various Community made tools for Portal mode
  • experience info Show Very helpful info about a experience made in Portal

How to run

make a .env file with these vars
PD_LOG_LEVEL=10
PD_DISCORD_TOKEN=<your token>
PD_DEVELOPMENT=True

Locally

python -m bot

production

docker run -d --env-file .env ghcr.io/p0lygun/portal_helper:main