diff --git a/plugins/periodicals.py b/plugins/periodicals.py index 570997c..290310c 100644 --- a/plugins/periodicals.py +++ b/plugins/periodicals.py @@ -201,8 +201,8 @@ class TestPassive(hooks.Passive): on_expire) client.get_slack().add_hook(listener) - # Iterate editing the message every 10 seconds, forever - while True: + # Iterate editing the message every n seconds, for quite some time + for i in range(120): make_interactive_msg() await asyncio.sleep(post_interval)