This commit is contained in:
yasirarism 2023-04-28 13:07:54 +07:00 committed by GitHub
parent 096272b72c
commit 4e9db698bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ async def urbanDictionary(self: Client, ctx: Message):
chat_id = ctx.chat.id
GetWord = " ".join(ctx.command[1:])
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
CurrentPage = 1