Updated localization and moved some commands

This commit is contained in:
bacon
2024-03-09 18:54:26 +03:00
parent 3bd30239ae
commit 01db1c254d
9 changed files with 89 additions and 82 deletions

View File

@@ -7,7 +7,6 @@ work_with_cogs: loads, reloads and unloads cogs files
"""
import os
import traceback
from os import listdir
from typing import List

View File

@@ -7,4 +7,5 @@ client = Client(os.getenv('Yandex_Token')).init()
def _search(_str: str, _type: str):
search_result = client.search(_str, type_=_type)
print(search_result)
pass