How do I send a message in a server that only the player that ran the command can see?
@bot.command(description="says hello... yeah") async def hello(ctx): await ctx.send(f"hello {ctx.author.mention}!!!", ephemeral=True)
I tried using ephemeral, but it doesnt work
New contributor
Classic_Kid6886 MC is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.