Made source commandgroup hidden

This commit is contained in:
2021-11-18 23:03:19 +01:00
parent b8dc8b2b20
commit 60f0bd9070
+1
View File
@@ -49,6 +49,7 @@ class SettingsCog(BaseCog, name="Settings"):
aliases=["src"], aliases=["src"],
invoke_without_command=True, invoke_without_command=True,
slash_command=False, slash_command=False,
hidden=True,
) )
async def source(self, ctx: CustomContext): async def source(self, ctx: CustomContext):
"""Displays all possible options for the `source` command""" """Displays all possible options for the `source` command"""