From 7bee2008ebe11d46b2d2f447bca9f221bfe7f0d2 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Sun, 6 Aug 2023 09:37:03 +0300 Subject: [PATCH] small docs fix --- boticordpy/autopost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boticordpy/autopost.py b/boticordpy/autopost.py index 8f3d01d..caf1aa9 100644 --- a/boticordpy/autopost.py +++ b/boticordpy/autopost.py @@ -144,6 +144,7 @@ class AutoPost: def set_interval(self, seconds: int) -> "AutoPost": """ Sets the interval between posting stats. + Args: seconds (:obj:`int`) The interval.