From c9b71bb8361e9f1b91b46e634555447e3b43e99a Mon Sep 17 00:00:00 2001 From: Daniel Sousa Date: Fri, 14 Aug 2026 16:48:23 +0100 Subject: [PATCH] chore(docs): Update invite creation guide to correct collection name (#299) chore(docs): Update invite creation guide to correct collection name Signed-off-by: Daniel Sousa --- Guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides.md b/Guides.md index 671315a..52e0c62 100644 --- a/Guides.md +++ b/Guides.md @@ -148,7 +148,7 @@ docker compose exec database mongosh # create the invite use revolt -db.invites.insertOne({ _id: "enter_an_invite_code_here" }) +db.account_invites.insertOne({ _id: "enter_an_invite_code_here" }) ``` ## Enabling the Gif Picker