Merge branch 'cloudwithax:main' into new-docs-theme

This commit is contained in:
DeadPool 2022-02-06 12:05:58 +05:30 committed by GitHub
commit e46673b067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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