aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
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';