Mention which server is in use

This commit is contained in:
Nexus 2023-11-11 19:03:47 +00:00
parent 558a76a3af
commit d480f4eb7d
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -1916,7 +1916,7 @@ class OtherCog(commands.Cog):
return await msg.edit(content="Failed to get model: `%s`" % error.decode())
output = discord.Embed(
title=f"{model} says:",
title=f"{model} (server {host}) says:",
description="",
colour=discord.Colour.blurple(),
timestamp=discord.utils.utcnow()