egress a discord server
Go to file
Oliver Atkinson 67ee89bad9 map of server
2024-07-23 11:13:07 -06:00
src map of server 2024-07-23 11:13:07 -06:00
.gitignore Initial commit 2024-07-22 17:15:03 +00:00
Cargo.lock map of server 2024-07-23 11:13:07 -06:00
Cargo.toml map of server 2024-07-23 11:13:07 -06:00
docker-compose.yaml Initial commit 2024-07-22 17:15:03 +00:00
Dockerfile map of server 2024-07-23 11:13:07 -06:00
LICENSE Initial commit 2024-07-22 17:15:03 +00:00
README.md Initial commit 2024-07-22 17:15:03 +00:00

discord-egress

egress a discord server

Getting started

  • goto: Discord applicatoins and create an application.
  • Next goto the "bot" tab on the left, and "Reset Token". KEEP THIS PRIVATE. When are testing / deploying your bot put this token in the .env file.
  • Next decide what permissions your bot needs. Make sure to edit intents in src/main.rs to match this. When you are creating the invite link on discord.com you will have to select these permissions as well.