Skip to content

Commit 4b137d6

Browse files
committed
Fixing deploy
1 parent 87557da commit 4b137d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/command-plugin/Command/AbstractCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default abstract class AbstractCommand<
3232
public async acknowledge(
3333
{ id, token }: InteractionCreate,
3434
type: number,
35-
data?: { tts?: boolean; content: string; embeds?: Embed[]; allowed_mentions?: AllowedMentions },
35+
data?: { tts?: boolean; content: string; embeds?: Embed[]; allowed_mentions?: AllowedMentions; flags?: number },
3636
) {
3737
await axios.post(`https://discord.com/api/v8/interactions/${id}/${token}/callback`, { type, data });
3838
}

0 commit comments

Comments
 (0)