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()