diff options
| author | NCPlayz <[email protected]> | 2021-02-22 19:18:24 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-11 00:39:13 -0400 |
| commit | 4c565e52990734599d0bdeae632bb7779ac8ef2a (patch) | |
| tree | 5ef6f1a9f8778a2988f8047ed94b78a65d05ef10 /discord/enums.py | |
| parent | Remove MemberCacheFlags.online (diff) | |
| download | discord.py-4c565e52990734599d0bdeae632bb7779ac8ef2a.tar.xz discord.py-4c565e52990734599d0bdeae632bb7779ac8ef2a.zip | |
add reply and application_command types
Diffstat (limited to 'discord/enums.py')
| -rw-r--r-- | discord/enums.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index ac83c13f..b83001da 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -178,6 +178,8 @@ class MessageType(Enum): guild_discovery_requalified = 15 guild_discovery_grace_period_initial_warning = 16 guild_discovery_grace_period_final_warning = 17 + reply = 19 + application_command = 20 class VoiceRegion(Enum): us_west = 'us-west' |