From 98d806cceb00932ddced378608c5cb5d960811ef Mon Sep 17 00:00:00 2001 From: Shambo Chowdhury <54593764+typhonshambo@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:12:52 +0530 Subject: Update bot/exts/moderation/modlog.py Co-authored-by: Vivek Ashokkumar --- bot/exts/moderation/modlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/moderation/modlog.py b/bot/exts/moderation/modlog.py index 2d614a04f..2ce516afb 100644 --- a/bot/exts/moderation/modlog.py +++ b/bot/exts/moderation/modlog.py @@ -592,7 +592,7 @@ class ModLog(Cog, name="ModLog"): channel_id=Channels.message_log ) - async def gather_replies(self, message: discord.Message) -> list: + async def gather_replies(self, message: discord.Message) -> list[Message]: """Gather replies to the given message.""" replies = [] async for msg in message.channel.history(after=message.created_at, limit=10): -- cgit v1.2.3