diff --git a/memory/memories.db-shm b/memory/memories.db-shm index 6e854a21d..2ae328d3e 100644 Binary files a/memory/memories.db-shm and b/memory/memories.db-shm differ diff --git a/memory/memories.db-wal b/memory/memories.db-wal index c9d8290f9..698808124 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 181ba3761..b3e2cc19f 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';