diff options
| author | 2020-11-25 17:14:16 +0100 | |
|---|---|---|
| committer | 2020-11-27 08:58:36 +0100 | |
| commit | f823f0e9a48f346a8a2ead7ded03da29104f064e (patch) | |
| tree | 52eeb6e701446574e27dc4daffd2a5d3d7d1eacd | |
| parent | spelling fix from fetch_membr to fetch_member (diff) | |
removed share alias
| -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, | 
