Skip to content

Commit

Permalink
minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Dec 3, 2023
1 parent 76a9890 commit d6949c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/cogs/quake.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def earthquake(self, ctx, quake_type: typing.Optional[QuakeType] = "step",
u_rad = rad / UNI_RAD
print_rad = f"{u_rad:,.2} {emojis.universe}"
e = Embed(
title=f"Earthquake generated by {userdata.nickname} {verb}",
title=f"Earthquake generated by {userdata.nickname}{verb}",
description=f"{userdata.nickname} is {userdata.height:,.3mu} tall, and weighs {userdata.weight:,.3mu}.",
color=colors.cyan
)
Expand Down

0 comments on commit d6949c0

Please sign in to comment.