Skip to content

Self hosted - Is there a way to change the testers server invite link? #399

Answered by 4444dogs
4444dogs asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, so while I could not find a way to change the link that the button leads to, I did figure out how to change your server's invite id to "Testers" so that it takes you to the correct invite.

Here is how I did it: (Note that the invite does not have to be "Testers" I am just doing that because of the context of this discussion.)

docker-compose exec database mongosh

use revolt

db.channel_invites.insertOne({_id: 'Testers',type: 'Server',server: 'SERVER ID HERE',creator: 'YOUR USER ID HERE',channel: 'CHANNEL ID HERE'})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 4444dogs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant