2026-03-02T07-58-17_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 00:58:17 -07:00
parent 10f345f7cd
commit f234847db6
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

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