A simple site to create unique one time use invites for discord.
- Fork this Repo
- Create a Discord bot and add it to your server
- Sign up for Deno Deploy
- Import the fork into Deno Deploy
- Set environment variables
- Deploy!
The following environment variables must be set:
- H_SECRET
- Server captcha secret for hCaptcha
- SITE_KEY
- Client side site key for hCaptcha
- CHANNEL_ID
- Discord channel ID for invite
- DISCORD_SECRET
- Discord bot secret to create the invite
- SERVER_NAME
- Name of the Discord server
- SERVER_DESC
- Description of the Discord Server
- BACKGROUND_IMG
- Custom invite screen background
For this tool to be affective make sure that users of the servers can not create their own invites and only admins/the bot you created has access to invite creation.