discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Non-string value in `authorizing_integration_owners`

Open FedorLap2006 opened this issue 3 months ago • 0 comments

Description

When triggering interaction from within a bot's DM, authorizing_integration_owners[GUILD_INSTALL] contains a number, instead of a string

Steps to Reproduce

  1. Register a command with GUILD_INSTALL integration type
  2. Prepare the session and listen for events
  3. Trigger the said command in bot's DM

Expected 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)

FedorLap2006 avatar Mar 19 '24 00:03 FedorLap2006