diff --git a/memory/memories.db-wal b/memory/memories.db-wal index 1d35c29f0..4e4f33891 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ diff --git a/tools/meeting-notes/src/index.ts b/tools/meeting-notes/src/index.ts index 1195153f8..a037003ef 100644 --- a/tools/meeting-notes/src/index.ts +++ b/tools/meeting-notes/src/index.ts @@ -1,6 +1,7 @@ import 'dotenv/config'; import { Client, GatewayIntentBits, Guild, VoiceState, ChannelType, Events } from 'discord.js'; import { joinVoiceChannel, VoiceConnection, getVoiceConnection, EndBehaviorType } from '@discordjs/voice'; +import prism from 'prism-media'; import { writeFile, mkdir } from 'fs/promises'; import { existsSync, mkdirSync, unlinkSync } from 'fs'; import { resolve, dirname } from 'path';