Inital bot files
Some checks failed
CI / Build (ubuntu-latest) (push) Waiting to run
CI / Build (windows-latest) (push) Waiting to run
CI / Flake checks (push) Waiting to run
CI / CI Release gate (push) Blocked by required conditions
Docker / Build image (push) Waiting to run
Docker / Docker Release gate (push) Blocked by required conditions
Docker / Push image (push) Blocked by required conditions
Clippy / Run scan (push) Has been cancelled
Some checks failed
CI / Build (ubuntu-latest) (push) Waiting to run
CI / Build (windows-latest) (push) Waiting to run
CI / Flake checks (push) Waiting to run
CI / CI Release gate (push) Blocked by required conditions
Docker / Build image (push) Waiting to run
Docker / Docker Release gate (push) Blocked by required conditions
Docker / Push image (push) Blocked by required conditions
Clippy / Run scan (push) Has been cancelled
This commit is contained in:
commit
6bac95dce6
91 changed files with 4422 additions and 0 deletions
9
.env.template
Executable file
9
.env.template
Executable file
|
@ -0,0 +1,9 @@
|
|||
DISCORD_BOT_TOKEN=
|
||||
DISCORD_DAYS_TO_DELETE_REACTION=999
|
||||
DISCORD_LOG_CHANNEL_ID=
|
||||
DISCORD_WELCOME_CHANNEL_ID=
|
||||
|
||||
#BOT_REDIS_URL="redis://localhost:3278"
|
||||
|
||||
RUST_LOG="refraction=info,warn"
|
||||
RUST_BACKTRACE=1
|
Loading…
Add table
Add a link
Reference in a new issue