dhpup a3473a56fe fix: support discordIds array format for Seerr 3.3 compatibility
Seerr v3.3.0 renamed the discordId (string) field to discordIds (array)
in user settings. This caused all Discord user lookups to fail with
"unauthorized" since the mapping always came back empty.

- Read discordIds (array) first, fall back to discordId (string) for
  older Overseerr/Jellyseerr installs
- Support multiple Discord IDs per user in the discord-users mapping

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 21:04:10 -05:00
2022-12-10 20:09:24 +13:00
2022-01-14 22:39:54 -08:00
2021-08-11 22:04:51 -07:00
2022-02-05 16:25:23 -08:00
2021-09-21 18:39:58 -07:00
2021-08-11 21:32:18 -07:00
2025-12-13 13:39:06 -08:00
2021-08-11 23:10:18 -07:00
2024-02-08 09:28:10 -08:00

GitHub Actions Workflow Status Discord Code

An *arr Request Bot for Discord

Why does this exist

  • Uses modern Discord slash commands and components, which provides a clean, performant UI on desktop and mobile. This has the added benefit of not requiring privileged intents, so this bot will never look at message content
  • Small codebase as code is not an asset
  • Simple configuration, no need to have a whole web frontend just for configuration
  • Powered by Clojure and Discljord, a markedly good combination 😛

Ready to try? Head to the docs

Screenshots

Description
No description provided
Readme MIT 1.2 MiB
Latest
2024-02-08 12:43:42 -05:00
Languages
Clojure 99.2%
Dockerfile 0.8%