mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 23:37:47 +00:00
Made source commandgroup hidden
This commit is contained in:
@@ -49,6 +49,7 @@ class SettingsCog(BaseCog, name="Settings"):
|
||||
aliases=["src"],
|
||||
invoke_without_command=True,
|
||||
slash_command=False,
|
||||
hidden=True,
|
||||
)
|
||||
async def source(self, ctx: CustomContext):
|
||||
"""Displays all possible options for the `source` command"""
|
||||
|
||||
Reference in New Issue
Block a user