Kuba_Z2

Results 16 issues of Kuba_Z2

### Description When creating message containing a file using webhook with `wait` query param set to false, 200 status code is returned instead of 204. ### Steps to Reproduce Send...

documentation needed
synced

### Description The same problem as https://github.com/discord/discord-api-docs/issues/3546. ### Steps to Reproduce *No response* ### Expected Behavior *No response* ### Current Behavior *No response* ### Screenshots/Videos ```json { "id": "982770803181498432", "user_id":...

bug
waiting for response

### Description An `id` field is required when creating an onboarding prompt. The only way to create a new prompt is to pass a nonexistent snowflake in the `id` field....

bug
synced

Should the `context` field also be documented as not available for ping interactions? If so, I can include it in this pr.

documentation
help wanted

### Description There may be a kind of queue implemented that will retry in situations like that.

enhancement

### Description For example [`ImageUrl.ApplicationIcon`](https://netcord.dev/docs/NetCord.ImageUrl.html#NetCord_ImageUrl_ApplicationIcon_System_UInt64_System_String_NetCord_ImageFormat_). All `ImageUrl` methods should have their corresponding methods in objects available.

enhancement
help wanted

### Description Preferably it would be interface based so that users can use custom ones when needed for some reason. More information about the rate limits: https://discord.com/developers/docs/topics/gateway#rate-limiting

enhancement

### Description `global_name` in the user object is null for bots even though it's documented that it is the bot's app name for them. ### Steps to Reproduce ```sh curl...

bug