Skip to content

w3f/discord-levee

 
 

Repository files navigation

CircleCI

Discord Levee

A simple site to create unique one time use invites for discord.

How to Run

Locally

deno task start

Docker

docker build -t app . && docker run -it --init -p 8000:8000 app

Environment variables

The following environment variables must be set:

  • H_SECRET
  • SITE_KEY
  • 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

Setup Notes

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.

About

A website template for creating one time invites for Discord

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.4%
  • Dockerfile 7.0%
  • Shell 2.4%
  • Smarty 1.2%