def __init__(self, guild: Guild): self.guild: Guild = guild self.looping = False self.to_loop = None # list of user IDs that have voted to skip self.skip_votes = [] self.queue = []