diff options
| -rw-r--r-- | bot/exts/moderation/stream.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/moderation/stream.py b/bot/exts/moderation/stream.py index b590956a3..c90c25976 100644 --- a/bot/exts/moderation/stream.py +++ b/bot/exts/moderation/stream.py @@ -50,6 +50,7 @@ class Stream(commands.Cog): \u2003`h` - hours \u2003`M` - minutesā \u2003`s` - seconds + Alternatively, an ISO 8601 timestamp can be provided for the duration. """ # Check if user already has streaming permission |