We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guild Ban
Discord Docs show, that the Guild Ban object has changed severely from its current implementation in Spacebar.
As a refresher, the current Guild Ban looks sort of like this, at the moment:
The text was updated successfully, but these errors were encountered:
For reference, the Discord Docs show these as the fields included: reason string? the reason for the ban user User the banned user
I feel like executor_id should be included as an API extension, in order to show who created the ban.
Sorry, something went wrong.
This was fixed in #1120. For now, the GET Ban endpoint returns user and reason only for compatibility, executor (or executor_id) is not returned.
user
reason
executor
executor_id
No branches or pull requests
Discord Docs show, that the
Guild Ban
object has changed severely from its current implementation in Spacebar.As a refresher, the current
Guild Ban
looks sort of like this, at the moment:The text was updated successfully, but these errors were encountered: