mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 11:24:50 +00:00
Fix
This commit is contained in:
parent
096272b72c
commit
4e9db698bf
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ async def urbanDictionary(self: Client, ctx: Message):
|
||||||
chat_id = ctx.chat.id
|
chat_id = ctx.chat.id
|
||||||
GetWord = " ".join(ctx.command[1:])
|
GetWord = " ".join(ctx.command[1:])
|
||||||
if not GetWord:
|
if not GetWord:
|
||||||
message = await ctx.chat.ask("Now give any word for query!", identifier=(ctx.from_user.id, ctx.from_user.id, None))
|
message = await ctx.chat.ask("Now give any word for query!")
|
||||||
GetWord = message.text
|
GetWord = message.text
|
||||||
|
|
||||||
CurrentPage = 1
|
CurrentPage = 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue