Nat1anWasTaken / Lava

Doc line too long FLK-W505
Style
Minor
3 occurrences in this check
doc line too long (109 > 88 characters)
 33    This check ensures that the bot and command author are in the same voice channel.
 34
 35    :param interaction: The interaction that triggered the command.
 36    :param should_connect: Whether the bot should connect to the voice channel if it isn't already connected. 37    """
 38    player = interaction.bot.lavalink.player_manager.create(interaction.author.guild.id)
 39
doc line too long (96 > 88 characters)
120
121    :param bot: The bot instance.
122    :param player: The player instance.
123    :param new_message: The new message to update the display with, None to use the old message.124    :param delay: The delay in seconds before updating the display.
125    :param interaction: The interaction to be responded to.
126    """
doc line too long (91 > 88 characters)
114                )
115
116            case LoadType.PLAYLIST:
117                # TODO: Ask user if they want to add the whole playlist or just some tracks118
119                for iter_index, track in enumerate(results.tracks):
120                    player.add(