Skip to content

Commit

Permalink
Fix an issue with the forged message (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID authored Mar 17, 2024
1 parent 8053ea4 commit 672e44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adventure/class_abilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ async def forge(self, ctx: commands.Context):
),
lang="ansi",
)
await view.message.edit(content=created_item, view=None)
await view.message.edit(content=forged_item, view=None)
else:
c.heroclass["cooldown"] = time.time() + cooldown_time
await self.config.user(ctx.author).set(await c.to_json(ctx, self.config))
Expand Down

0 comments on commit 672e44a

Please sign in to comment.