From f823f0e9a48f346a8a2ead7ded03da29104f064e Mon Sep 17 00:00:00 2001 From: Harbys Date: Wed, 25 Nov 2020 17:14:16 +0100 Subject: removed share alias --- bot/exts/moderation/stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3