From b4918b5a22ea30ec028d9a888dbba68b98ba09b7 Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:04:30 +0100 Subject: [PATCH] run codemod scripts --- disnake/flags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/disnake/flags.py b/disnake/flags.py index d3bfede1af..b52a269768 100644 --- a/disnake/flags.py +++ b/disnake/flags.py @@ -586,6 +586,7 @@ def __init__( crossposted: bool = ..., ephemeral: bool = ..., failed_to_mention_roles_in_thread: bool = ..., + has_snapshot: bool = ..., has_thread: bool = ..., is_crossposted: bool = ..., is_voice_message: bool = ...,