@client.command(pass_context = True)
async def getalt(ctx):
msg = ["[email protected]:Cyber123", "[email protected]:culillo123", "[email protected]:Albakortoci1", "[email protected]:toysale22", "[email protected]:nich918273645", "[email protected]:Lodelode1", "[email protected]:emolover123", "[email protected]:rube541632789mk", "[email protected]:fryckman22", "[email protected]:blackout541", "[email protected]:ploopy101"]
await client.send_message(ctx.message.author, random.choice(msg))
await client.send_message(ctx.message.channel, "Alt Has Been Seen To Your DMs")
await client.purge_from(ctx.message.channel, limit=2)
await client.send_message(ctx.message.author, "Please Wait 30 Seconds Before Using This Command Again.")
I want to set a 30 sec cooldown for this command.