How can I make discord.py send a messages, then wait a little bit, and send another message.
Right now, this is my command
#b is the client
b.command()
async def message(ctx)
await ctx.send(First Message)
await ctx.send(Second Message after 5 Seconds)