@client.command(pass_context=True) async def yaz(ctx, *, content: str): if(content == None): await ctx.send("Lütfen botun yazması için yazı girin.") else: await ctx.message.delete() await ctx.send(content)