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 <danielb7390@sapo.pt>
pull/303/head
Daniel Sousa 1 month ago committed by GitHub
parent 4394499561
commit c9b71bb836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save