diff options
Diffstat (limited to 'discord/enums.py')
| -rw-r--r-- | discord/enums.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index 2ff028cb..cd6b54b0 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -446,6 +446,7 @@ class InteractionResponseType(Enum): channel_message = 4 # (with source) deferred_channel_message = 5 # (with source) deferred_message_update = 6 # for components + message_update = 7 # for components class VideoQualityMode(Enum): auto = 1 |