@client.command(pass_context=True)
async def coolest(ctx):
await client.send_message(message.channel, 'Say hello')
msg = await client.wait_for_message(author=message.author, content='hello')
await client.send_message(message.channel, 'Hello.')
Its not working. And no errors are appearing. I tried in different way and have done in on_message. But dont know why its not working in client.commands. Help.