diff --git a/examples/advanced.py b/examples/advanced.py index 85350fe..e1e83de 100644 --- a/examples/advanced.py +++ b/examples/advanced.py @@ -72,7 +72,7 @@ class Player(pomice.Player): if self.controller: await self.controller.delete() - async def set_context(self, ctx: commands.Context): + def set_context(self, ctx: commands.Context): """Set context for the player""" self.context = ctx self.dj = ctx.author