Don't follow up with an empty embed
All checks were successful
Build and Publish / build_and_publish (push) Successful in 44s

This commit is contained in:
Nexus 2024-06-11 01:41:20 +01:00
parent e32d866ad4
commit b6d747a63b
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

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