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 a5b24ef commit 21ec0daCopy full SHA for 21ec0da
core/thread.py
@@ -343,9 +343,7 @@ async def _find_thread_message(channel, message_id):
343
if str(message_id) == str(embed.author.url).split("/")[-1]:
344
return msg
345
346
- async def _grab_timeout(
347
- self
348
- ) -> typing.Union[None, isodate.duration.Duration, timedelta]:
+ async def _fetch_timeout(self) -> typing.Union[None, isodate.duration.Duration, timedelta]:
349
"""
350
This grabs the timeout value for closing threads automatically
351
from the ConfigManager and parses it for use internally.
0 commit comments