mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 19:57:48 +00:00
Made source commandgroup hidden
This commit is contained in:
@@ -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"""
|
||||||
|
|||||||
Reference in New Issue
Block a user