Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
makayla-moster committed Sep 13, 2023
1 parent bda5abe commit e427cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog_modules/taunts/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async def stockpile(self, ctx: commands.Context):
embed.add_field(name="Gold", value=gold + "<:gold:978788983364546581>", inline=True)
embed.add_field(name="Stone", value=stone + "<:stone:978788984547315792>", inline=True)
embed.set_footer(
text=f"{ctx.author.display_name}\nTo get more resources type `38` in chat.",
text=f"{ctx.author.display_name}\nTo get or lose more resources type `38` in chat.",
icon_url=ctx.author.display_avatar.url,
)
else:
Expand Down

0 comments on commit e427cc6

Please sign in to comment.