diff --git a/packages/bot/src/commands/info.ts b/packages/bot/src/commands/info.ts index 6a03f37..ea61d26 100644 --- a/packages/bot/src/commands/info.ts +++ b/packages/bot/src/commands/info.ts @@ -1,4 +1,4 @@ -import { InteractionResponseType } from "discord-api-types/v10"; +import { InteractionResponseType, MessageFlags } from "discord-api-types/v10"; import { Command } from "../structs/Command"; new Command({ @@ -10,6 +10,7 @@ new Command({ data: { content: "[Website](https://roles-bot.xhyrom.dev/) | [Discord](https://discord.gg/kFPKmEKeMS)", + flags: MessageFlags.Ephemeral, }, }); },