-
-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Description
Line: 139
pycord//discord/interactions.py
Lines 136 to 146 in 6fbb08e
| context: Optional[:class:`InteractionContextType`] | |
| The context in which this command was executed. | |
| """ | |
| # TODO: authorizing_integration_owners | |
| __slots__: tuple[str, ...] = ( | |
| "id", | |
| "type", | |
| "guild_id", | |
| "channel", | |
| "channel_id", |