Skip to content

Commit b43ff47

Browse files
committed
style(exts/fun): Don't use abbreviation
1 parent 9dd911c commit b43ff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zibot/exts/fun/fun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ async def findblock(self, ctx):
475475
missing = PartialEmoji.from_str("<:missingtexture:807536928361545729>")
476476
e = ZEmbed(
477477
ctx,
478-
title="UGBC",
478+
title="Universal Gravity Block Conversion",
479479
description=f"{missing} ({result.id})",
480480
colour=discord.Color.yellow(),
481481
).set_footer(text="Work in Progress")

0 commit comments

Comments
 (0)