https://github.com/loegnah/auto_trading_service/commit/3ac94c4171b1770adfe0884488f70cb8976f9561

reply

상대에게만 보이는 메시지 (ephemeral)

await interaction.reply({
  content: "Pong",
  ephemeral: true,
});

메시지 삭제

await interaction.reply("aaa");
await delay(4000);
await interaction.deleteReply();

interaction 주요 멤버

user

interaction.user