#Why this not work?
1 messages · Page 1 of 1 (latest)
interactions.py provides first-class support for slash/application commands. Check out the slash command guide for more information.
Do you get an error?
You're supposed to pass default_prefix to the setup function, not to the client
How?
prefix_commands.setup(bot, default_prefix=“!”
That work! Thanks
How to send ephemeral embed?
await ctx.reply(embed=embed, ephemeral=True)
This not work
Prefix commands cannot send ephemeral message