Skip to content

a single discord server cannot have more than 1000 users registered to… - #26

Merged
quarterback-ai-dev-environment[bot] merged 1 commit into
mainfrom
qb/int-0019-a-single-discord-server-cannot-have-more
Aug 22, 2026
Merged

a single discord server cannot have more than 1000 users registered to…#26
quarterback-ai-dev-environment[bot] merged 1 commit into
mainfrom
qb/int-0019-a-single-discord-server-cannot-have-more

Conversation

@quarterback-ai-dev-environment

Copy link
Copy Markdown
Contributor

Intent

a single discord server cannot have more than 1000 users registered to it. A 1001th user attempting to register should get an error message. The message should tell them the server is full and to contact a server manager.

Claims proven

  • When a user's registration is rejected because the server is full, they are shown a message that states the server is full and tells them to contact a server manager. (MUST)
  • A net-new registration into a guild that already holds 1000 live registrations is rejected and no new row is written. (MUST)
  • A net-new registration into a guild that holds 999 live registrations succeeds, bringing the guild to exactly 1000 registered users. (CAN)
  • A user already registered in a guild can re-register (upsert) even when that guild is at or above the 1000-registration cap, and their existing row is updated in place. (MUST)
  • The registration cap counts only live registration rows, so a de-registered (deleted) user no longer occupies a slot and a net-new registration can then succeed. (MUST)

Confidence: high

Authored-by: Quarterback <engine@qback.com>
@quarterback-ai-dev-environment
quarterback-ai-dev-environment Bot merged commit 13149a6 into main Aug 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants