diff --git a/plcontroller/cog.py b/plcontroller/cog.py index 08d7e3825..aae07045b 100644 --- a/plcontroller/cog.py +++ b/plcontroller/cog.py @@ -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)