diff options
| -rw-r--r-- | bot/exts/moderation/stream.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/moderation/stream.py b/bot/exts/moderation/stream.py index 458559b18..2ce248f03 100644 --- a/bot/exts/moderation/stream.py +++ b/bot/exts/moderation/stream.py @@ -47,7 +47,7 @@ class Stream(commands.Cog):          """Get time in seconds from duration and time format."""          return duration * self._link_from_alias(time_format)[0]["mul"] -    @commands.command(aliases=("streaming", "share")) +    @commands.command(aliases=("streaming",))      @commands.has_any_role(*STAFF_ROLES)      async def stream(              self, | 
