From d480f4eb7d4f3e6b72da09333a705dcb3165e6de Mon Sep 17 00:00:00 2001 From: nex Date: Sat, 11 Nov 2023 19:03:47 +0000 Subject: [PATCH] Mention which server is in use --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index dabcb08..86e9cc7 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -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()