Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 6867b2d

Browse files
committed
fixed import issue
1 parent d018a9e commit 6867b2d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,14 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/
174174

175175
# Changelog
176176

177+
- <details>
178+
<summary>4.2.1</summary>
179+
180+
## **Fixed**
181+
- `cannot import name 'InteractionResponseType' from 'discord.enums'`
182+
183+
</details>
184+
177185
- <details>
178186
<summary>4.2.0</summary>
179187

discord_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444

4545

4646
__title__ = "discord-ui"
47-
__version__ = "4.2.0"
47+
__version__ = "4.2.1"

discord_ui/slash/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from discord.enums import InteractionResponseType
21
from ..tools import MISSING, _or, _default, _none
32
from ..errors import InvalidLength, WrongType
43
from .errors import CallbackMissingContextCommandParameters, MissingOptionParameter, NoAsyncCallback, OptionalOptionParameter

0 commit comments

Comments
 (0)