mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Typo
This commit is contained in:
parent
f4cf56304b
commit
c46c3c6b99
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue