docs
docs copied to clipboard
Top.gg documentation website
In the example structure the clientid value is present, however, it is missing in the bot structure above
At the docs at [docs.top.gg/resources/webhooks/](https://docs.top.gg/resources/webhooks/) in the description it only shows docs for bot webhooks  In this pull I added support for servers too UwU
This PR documents the error handling of the PHP library.
Heya, I've recently implemented into my own top.gg Java SDK webhook support, so I've figured out that I could write this issue. The current Java library is ... in a...
This Pull Request provides documentation updates to the Go section of the website to show proper methods and use of the library instead of linking to a external page just...
Add documentation for the community maintained Top.gg Lua SDK. This was already attempted as per https://github.com/top-gg/docs/pull/21, but the base branch of that PR was deleted and it became stale.
Updated the widget code example to use .STATUS reflecting the example shown. Updated token values to be broader and encompass all scenarios.
**Issue:** [https://github.com/top-gg/docs/blob/master/docs/Resources/webhooks.mdx#bot-webhooks](https://github.com/top-gg/docs/blob/master/docs/Resources/webhooks.mdx#bot-webhooks) **Problem:** The documentation says the `query` parameter is sent as a string. This is incorrect. It's sent as an object with parameters as properties and their values as...
I was attempting to post my commands, when I realized the endpoint: https://top.gg/api/v1/projects/@me/commands returns 500. When you try to GET the endpoint it also returns 500.