chore: rename available_commands to list_available_commands

This commit is contained in:
Pagliacii
2023-12-16 14:37:41 +08:00
parent d410f48db6
commit 73a9c20bc7
2 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ def load_handlers(bot: TeleBot, disable_commands: list[str]) -> None:
print("Setting commands done.")
def available_commands() -> list[str]:
def list_available_commands() -> list[str]:
commands = []
this_path = Path(__file__).parent
for child in this_path.iterdir():