mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 04:44:51 +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):
|
async def getData(chat_id, message_id, GetWord, CurrentPage):
|
||||||
UDJson = (await http.get(
|
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:
|
if not 'list' in UDJson:
|
||||||
CNMessage = await app.send_message(
|
CNMessage = await app.send_message(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue