diff options
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/seasons/evergreen/space.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/seasons/evergreen/space.py b/bot/seasons/evergreen/space.py index ffd14472..f04482d3 100644 --- a/bot/seasons/evergreen/space.py +++ b/bot/seasons/evergreen/space.py @@ -42,7 +42,7 @@ class Space(Cog):          self.bot = bot          self.http_session = bot.http_session -    @group(name="space") +    @group(name="space", invoke_without_command=True)      async def space(self, ctx: Context) -> None:          """Head command that contains commands about space."""          await ctx.send_help("space") | 
