Updated localization and moved some commands
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user