diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-11 11:23:19 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-11 11:23:19 -0600 |
commit | da5c9f9f0ba5c43873827f0d882e73610571fae0 (patch) | |
tree | 4fd2f416d168fa3e3fedc24cfc657a0792c268d3 /app.js | |
parent | 53039004ddeb4b0b58c82beec384bf930897adf1 (diff) |
add missing type
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |