This commit is contained in:
yasir 2023-01-11 09:15:40 +07:00
parent f4cf56304b
commit c46c3c6b99

View file

@ -9,7 +9,7 @@ from misskaty.vars import COMMAND_HANDLER
async def getData(chat_id, message_id, GetWord, CurrentPage):
UDJson = (await http.get(
f'http://api.urbandictionary.com/v0/define?term={GetWord}')).json()
f'https://api.urbandictionary.com/v0/define?term={GetWord}')).json()
if not 'list' in UDJson:
CNMessage = await app.send_message(