oli
oli
When calling `channel.file_list("","")` It returns OutFileListRequestedPart. I'm wanting to list all available files to download inside of the respective channel and this doesn't seem to be the right function.
This would be a cool addition and probably relatively simple!
An option for using a pre-compiled binstall binary would speed up container time `curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash` I have not opened a pull request because...
Follow the example defined in the docs ```toml [default.oauth.discord] provider = "Discord" client_id = "" client_secret = "" redirect_uri = "http://localhost:8000/auth/discord" ``` ```rs #[get("/login/discord")] fn discord_login(oauth2: OAuth2, cookies: &CookieJar) ->...