Bastian Oppermann

Results 84 comments of Bastian Oppermann

Renaming the `Embed` class to `SentEmbed` would be a breaking change.

It's an interesting idea, but I don't know if we should implement it. The issue I have with it are multiple edits. E.g. if you want to edit the title...

**Old channel hierarchy:** ![old-channel-hierarchy](https://user-images.githubusercontent.com/5033001/54866427-b8e36980-4d73-11e9-8b18-785a65c9662a.png) **New channel hierarchy:** ![new-channel-hierarchy](https://user-images.githubusercontent.com/5033001/54866477-635b8c80-4d74-11e9-9729-bedc33ebf728.png) So this is your suggested structure? I think I like it, but I still feel uncomfortable as we do not know a...

For now, I would suggest to completely ignore news channels and just treat them as normal text channels until we have a more clear picture.

This will be postponed **after** audio support.

From https://github.com/discord/discord-api-docs/issues/2184#issuecomment-816353472: > [...] It is not feasible to serve the entire member list of every guild to bots, and as guild sizes continue to grow it is unlikely we...

> This results in either a mutable or immutable enity. This will not work for collections (e.g., `Server#getChannels()`) though. These are always fetched from the cache and the cache itself...

Additionally, we could also add a `event.stopPropagation()` method.

I only know it from JavaScript: https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation

Hmm, I don't like the wording `consume()`. But maybe this is just because I'm only used to `stopPropagation()` and for someone with another background `consume` is the obvious choice. On...