add missing type

This commit is contained in:
Jacob Janzen 2024-12-11 11:23:19 -06:00
parent 53039004dd
commit da5c9f9f0b

2
app.js
View file

@ -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';