- Allows members to add themselves to certain roles,
as well as remove and view what roles they are in.
See
help rolefor more info. Discord will then give a notification when a role they have is pinged.
To start, create an account for your bot; Discord.py has a great tutorial here.
Then, clone the project:
git clone git@github.com:KGB33/RoboShpee.git
cd RoboShpeecargo runTo collect traces locally, run Jaeger:
docker run -it \
-e COLLECTOR_OTLP_ENABLED=true \
-p 16686:16686 \
-p 4317:4317 \
-p 4318:4318 \
jaegertracing/jaegerAccess traces at http://localhost:16686
Then, run RoboShpee with OTEL_SERVICE_NAME=roboshpee RUST_LOG="debug,h2=warn" cargo run