From b43ff4754a7d979b0fd8a16a0dfe93d208924ec5 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Mon, 19 Aug 2024 20:25:17 +0700 Subject: [PATCH] style(exts/fun): Don't use abbreviation --- src/zibot/exts/fun/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zibot/exts/fun/fun.py b/src/zibot/exts/fun/fun.py index 778d3bd..9cedc59 100644 --- a/src/zibot/exts/fun/fun.py +++ b/src/zibot/exts/fun/fun.py @@ -475,7 +475,7 @@ async def findblock(self, ctx): missing = PartialEmoji.from_str("<:missingtexture:807536928361545729>") e = ZEmbed( ctx, - title="UGBC", + title="Universal Gravity Block Conversion", description=f"{missing} ({result.id})", colour=discord.Color.yellow(), ).set_footer(text="Work in Progress")