Skip to content

Commit

Permalink
style(exts/fun): Don't use abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Aug 19, 2024
1 parent 9dd911c commit b43ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zibot/exts/fun/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b43ff47

Please sign in to comment.