From da5c9f9f0ba5c43873827f0d882e73610571fae0 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 11 Dec 2024 11:23:19 -0600 Subject: add missing type --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3