Skip to content

Commit

Permalink
Fix [p]give item failing to respond (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID authored May 4, 2024
1 parent e863ac3 commit e7bd07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adventure/economy.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ async def _give_item(
),
lang="ansi",
)
msg += item_table
msg += box(str(item_table), lang="ansi")
await ctx.send(msg)

@give.command(name="loot")
Expand Down

0 comments on commit e7bd07b

Please sign in to comment.