Skip to content

Commit

Permalink
The one line that did all the work
Browse files Browse the repository at this point in the history
  • Loading branch information
paris-ci committed Apr 30, 2024
1 parent 0e9af6f commit 5428246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cogs/ducks_hunting_commands.py
Expand Up @@ -614,6 +614,8 @@ async def bang(self, ctx: MyContext, target: Optional[SmartMemberConverter], *ar
force_public=True,
)

await duck.release()

return False

db_hunter.shooting_stats["shots_with_duck"] += 1
Expand Down

0 comments on commit 5428246

Please sign in to comment.