Skip to content

Commit

Permalink
SI-38 Wait for reaction when removing beta testers
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrss committed Sep 3, 2024
1 parent c0a60eb commit 36c1899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botto/mixins/reaction_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ async def handle_removal_reaction(
return False

await self.remove_tester_from_app_store(payload, tester)
message.add_reaction("🚪")
await message.add_reaction("🚪")
return True

async def handle_reaction(self, payload: discord.RawReactionActionEvent) -> bool:
Expand Down

0 comments on commit 36c1899

Please sign in to comment.