A discord bot to fetch user’s ListenBrainz in your server inspired by .fmbot for last.fm! Made by me and two of my friends
Because this is my “first” Rust project (first as in projects that are not a simple calculator etc), I do need some tips from AI. e.g. Should I use Option or Result enum? Why shouldn’t I .clone() it instead? Would it be better to use match? What’s a good crates for encrypting/decrypting? Shouldn’t I extract this into its own function?
I always try my best to refer to official docs at docs.rs because relying on LLMs would not teach me anything.