Skip to content

Commit 7bf8ff6

Browse files
authored
change InteractionContext to ApplicationContext
1 parent 8725ad1 commit 7bf8ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/abc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ class Messageable:
11421142
- :class:`~discord.Member`
11431143
- :class:`~discord.ext.commands.Context`
11441144
- :class:`~discord.Thread`
1145-
- :class:`~discord.InteractionContext`
1145+
- :class:`~discord.ApplicationContext`
11461146
"""
11471147

11481148
__slots__ = ()
@@ -1692,4 +1692,4 @@ async def connect(
16921692

16931693
class Mentionable:
16941694
# TODO: documentation, methods if needed
1695-
pass
1695+
pass

0 commit comments

Comments
 (0)