-
Docs: https://github.com/discord/discord-api-docs/pull/2855
Todo:
- [x] Model
- [x] Channel (#805)
- [x] New fields: `member_count`, `message_count`, `thread_metadata`
- [x] #974 (#…
-
**Songbird version:** 0.3.2
**Rust version (`rustc -V`):** 1.70.0
**Serenity/Twilight version:** Serenity 0.11.5
**Output of `ffmpeg -version`, `yt-dlp --version` (if relevant):**
Not relava…
-
> seems like the slash command gives an error if the username is just numbers
Attachments:
![attachment](https://cdn.discordapp.com/attachments/741057568297975928/1080510576872140800/IMG_20230301_182…
-
I has an error with the `cargo-audit`
version rustc: 1.56.1
version cargo: 1.56.0
For a docker image `rust:alpine`, I install `audit` and then:
```
/albrs-antijamming_rs-lib # cargo audit
…
-
The doc of those two elements from `Event` are inversed.
https://github.com/twilight-rs/twilight/blob/e82821a7fe6379c78722db0be4508a6c29ef5520/twilight-model/src/gateway/event/mod.rs#L92-L95
-
### Description
From RFC6455 ("The WebSocket Protocol") [section 7.1.1](https://datatracker.ietf.org/doc/html/rfc6455#section-7.1.1) (emphasis mine):
> To \_Close the WebSocket Connection\_, an en…
-
> https://docs.rs/rkyv/latest/rkyv/with/struct.Niche.html for twilight
[Source message by @Badewanne3](https://discord.com/channels/741040473476694159/741212809987358722/1039969068024872970)
-
### Problem
In my `Dockerfile` I have this:
```Dockerfile
FROM python:3.9
RUN echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/99no-install-recommends
RUN apt-get update \
&& …
-
I'm on a M1 mac so I wasn't able to get it to work via docker. But I cloned this repo then:
```shell
cargo build --release
DISCORD_TOKEN="my token" PORT=3000 ./target/release/twilight-http-proxy
2…
-
### Observed behaviour
When playing on the server, when ever any player enters a certain area on the world, the server timesout and then proceeds to crash.
### Expected behaviour
Server not to tim…