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
authorizing_integration_owners
When triggering interaction from within a bot's DM, authorizing_integration_owners[GUILD_INSTALL] contains a number, instead of a string
authorizing_integration_owners[GUILD_INSTALL]
GUILD_INSTALL
A string value, in this case "0", as documented.
"0"
A number (i.e. 0).
0
No response
Unreleased version of DiscordGo (ucommands branch)
The text was updated successfully, but these errors were encountered:
fix: add workaround for discord/discord-api-docs#6730
420f2e9
fix: add a workaround for discord/discord-api-docs#6730
b56655e
d2b5cda
Should be fixed now
Sorry, something went wrong.
No branches or pull requests
Description
When triggering interaction from within a bot's DM,
authorizing_integration_owners[GUILD_INSTALL]
contains a number, instead of a stringSteps to Reproduce
GUILD_INSTALL
integration typeExpected Behavior
A string value, in this case
"0"
, as documented.Current Behavior
A number (i.e.
0
).Screenshots/Videos
No response
Client and System Information
Unreleased version of DiscordGo (ucommands branch)
The text was updated successfully, but these errors were encountered: