add missing type
This commit is contained in:
parent
53039004dd
commit
da5c9f9f0b
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -6,7 +6,7 @@ import {
|
||||||
InteractionResponseType,
|
InteractionResponseType,
|
||||||
verifyKeyMiddleware,
|
verifyKeyMiddleware,
|
||||||
} from 'discord-interactions';
|
} from 'discord-interactions';
|
||||||
import { Client, GatewayIntentBits } from 'discord.js';
|
import { Client, GatewayIntentBits, ActivityType } from 'discord.js';
|
||||||
import fs from 'node:fs';
|
import fs from 'node:fs';
|
||||||
import { v4 as uuidv4 } from 'uuid';
|
import { v4 as uuidv4 } from 'uuid';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue