diff options
| author | 2021-02-03 14:06:39 +0100 | |
|---|---|---|
| committer | 2021-02-03 14:06:39 +0100 | |
| commit | 10ede89b2943d2118fed6448e1eb4383c78b8998 (patch) | |
| tree | bd6ea32932836576ac712773c530421eecd495b0 | |
| parent | move default duration for stream command to config (diff) | |
Add a newline for readability. by @MarkKoz
Co-authored-by: Mark <[email protected]>
| -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 |