Skip to main content

Documentation Index

Fetch the complete documentation index at: https://blog.cytric.nl/llms.txt

Use this file to discover all available pages before exploring further.

How to Restart Your Bot After Push

Keep your bot up to date by using GitHub Actions to restart it after every push. Steps:
  1. Set up the Autodeploy workflow
  2. Add your Cytric API key and server ID as secrets/variables
  3. Every push to main will trigger a restart and update
Tip: See the Autodeploy guide for details and example workflow.