Skip to content
Discussion options

You must be logged in to vote

The bot stores information in the following folders (Note: they are relative to the bot folder):

  • ./config - Stores configuration (the most important one)
  • ./data - Stores data like the Pokedex, the leaderboards, etc.
  • ./logs - Stores logs

So you should create volumes for these 3 folders, so they are not wiped on restart.

Also, if you are using the Docker image, the folders are the following: /bot/config, /bot/data and /bot/logs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TurboRx
Comment options

Answer selected by TurboRx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants