We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a027b74 commit 38b3dbaCopy full SHA for 38b3dba
interactions/api/models/guild.py
@@ -1124,7 +1124,7 @@ async def set_afk_channel(
1124
"""
1125
return await self.modify(afk_channel_id=afk_channel_id, reason=reason)
1126
1127
- async def afk_timeout(
+ async def set_afk_timeout(
1128
self,
1129
afk_timeout: int,
1130
*,
interactions/api/models/guild.pyi
@@ -301,7 +301,7 @@ class Guild(DictSerializerMixin):
301
302
reason: Optional[str],
303
) -> "Guild": ...
304
305
306
307
0 commit comments