From b6d747a63b107626594b8cf0b7b8d77e6e016d78 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 11 Jun 2024 01:41:20 +0100 Subject: [PATCH] Don't follow up with an empty embed --- jimmy/cogs/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jimmy/cogs/chat.py b/jimmy/cogs/chat.py index 77adc4a..9f69ef1 100644 --- a/jimmy/cogs/chat.py +++ b/jimmy/cogs/chat.py @@ -522,7 +522,7 @@ class Chat(commands.Cog): title=f"No models loaded on {server}.", color=discord.Color.blurple() ) - await ctx.respond(embed=embed) + return await ctx.respond(embed=embed) embed = discord.Embed( title=f"Models loaded on {server}", color=discord.Color.blurple()