a quick rust-based discord bot template
Go to file Use this template
2023-11-03 20:07:55 +00:00
.gitea add more templated files 2023-11-03 19:41:22 +00:00
src fix clippy warnings 2023-11-02 23:20:31 -06:00
.env make a better env parser 2023-11-02 18:20:15 -06:00
.gitignore cleaning code 2023-11-02 23:15:56 -06:00
Cargo.lock init commit 2023-11-02 17:35:08 -06:00
Cargo.toml fix poise dependency 2023-11-03 19:53:50 +00:00
docker-compose.yaml add networking 2023-11-03 20:07:55 +00:00
Dockerfile remove invalid rustflag 2023-11-03 19:51:09 +00:00
LICENSE Initial commit 2023-11-02 23:32:54 +00:00
README.md template desc 2023-11-03 19:52:27 +00:00

${REPO_NAME}

${REPO_DESCRIPTION}

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.