Files
cockinator/config.json.default
Kira 5b24cf324f
All checks were successful
Build and Push Docker Image / build (push) Successful in 48s
actually get profile picture rotation
discord.js was outdated and it was making the client token reset every time i set a pfp,
so this was taking forever to figure out because i dont understand packages
2026-03-11 23:27:36 -04:00

17 lines
416 B
Plaintext

{
"token": "bot token go here",
"status": "looking for x.com links",
"avatarDir": "./avatars",
"avatarInterval": "24h",
"parentsAndOrGuardians": [
"230659159450845195",
"297983197990354944"
],
"jellyfin": {
"url": "https://media.example.com",
"key": "jellyfin user key (not generated)",
"users": [
"000000000000000000"
]
}
}