diff --git a/app.js b/app.js index cbd355d..705ad80 100644 --- a/app.js +++ b/app.js @@ -6,7 +6,7 @@ import { InteractionResponseType, verifyKeyMiddleware, } from 'discord-interactions'; -import { Client, GatewayIntentBits } from 'discord.js'; +import { Client, GatewayIntentBits, ActivityType } from 'discord.js'; import fs from 'node:fs'; import { v4 as uuidv4 } from 'uuid';