From 70af8e24b2f7528cc0ffb369d115b800eed0aee1 Mon Sep 17 00:00:00 2001 From: neoarz Date: Tue, 7 Oct 2025 15:22:33 -0400 Subject: [PATCH] fix(tweety): slash commands show diff message --- cogs/media/tweety.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/media/tweety.py b/cogs/media/tweety.py index 10317af..65ec96e 100644 --- a/cogs/media/tweety.py +++ b/cogs/media/tweety.py @@ -166,7 +166,7 @@ def tweety_command(): @commands.cooldown(1, 10, commands.BucketType.user) async def tweety(self, context, verified: Optional[str] = "false", theme: Optional[str] = "light"): interaction = getattr(context, "interaction", None) - if interaction is not None and not isinstance(context.message, discord.Message): + if interaction is not None: try: embed = discord.Embed( title="Tweety",