kurzgesagt-in-a-nutshell / birdbot

A multipurpose bot for the kurzgesagt discord server
GNU General Public License v3.0
20 stars 4 forks source link

Fix/iterator #188

Closed KvantOrav closed 7 months ago

KvantOrav commented 7 months ago

ITERATOR FIX

Description

Allows TopicCycle().queue_last() and BannerCycle().queue_last() to be used like so, instead of self.topics_cycle or self.banner_cycle.

Purpose

Fixes the issue where StopIteration would be raised after updating topic or banner lists.

Checklist