From db9a293f14fe502e0f30b2a7b73cccec480d363b Mon Sep 17 00:00:00 2001 From: Suhail Date: Sun, 19 May 2019 19:42:32 +0100 Subject: [PATCH] [tasks] Add version added note to Loop.change_interval --- discord/ext/tasks/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py index 601d06034..b53539eb6 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -316,6 +316,8 @@ class Loop: This only applies on the next loop iteration. If it is desirable for the change of interval to be applied right away, cancel the task with :meth:`cancel`. + .. versionadded:: 1.2.0 + Parameters ------------ seconds: :class:`float`