Skip to content

Commit

Permalink
Fix call to add_active_fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Sep 23, 2022
1 parent 2235183 commit 67209a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/commands/econ.py
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ async def use_item(self, ctx: Ctx, *, thing):
return

await self.db.remove_item(ctx.author.id, thing, 1)
await self.karen.add_active_fx("Seaweed")
await self.karen.add_active_fx(ctx.author.id, "Seaweed")
await ctx.reply_embed(ctx.l.econ.use.smoke_seaweed.format(30))

await asyncio.sleep(60 * 30)
Expand Down

0 comments on commit 67209a2

Please sign in to comment.