a quick rust-based discord bot template
Go to file Use this template
2023-11-03 19:51:09 +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 templating 2023-11-03 19:44:36 +00:00
docker-compose.yaml remove dumb templating 2023-11-02 23:39:46 -06: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 remove dumb templating 2023-11-02 23:39:46 -06:00

${REPO_NAME}

A quick rust-based discord bot template.

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.