Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Sep 17, 2023
1 parent f49ee53 commit ac8fa74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plcontroller/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ async def command_plcontrollerset_greedy(self, context: PyLavContext):
self.bot.remove_listener(self.on_message)
self.bot.add_listener(self.on_message_without_command)


async def volume(self, context: PyLavContext, change_by: int):
if isinstance(context, discord.Interaction):
context = await self.bot.get_context(context)
Expand Down

0 comments on commit ac8fa74

Please sign in to comment.