Skip to content

Commit 8c54ac3

Browse files
committed
fixup! feat(rlstats): add unsubscribe command
1 parent 8b1acb1 commit 8c54ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlstats/rlstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async def player_select(
312312
confirm_view = GuildSubscriptionDeleteQuestionView(
313313
parent=self,
314314
original_interaction=interaction,
315-
author=self.author,
315+
author=self.ctx.author,
316316
)
317317
await interaction.response.edit_message(view=confirm_view)
318318
await confirm_view.wait()

0 commit comments

Comments
 (0)