It works baby, seems like timing could be improved or something, but it freakin works

This commit is contained in:
Nate Anderson
2025-06-18 20:59:24 -06:00
parent b68614257d
commit 0745a4eb75
50 changed files with 7679 additions and 20 deletions
+16 -3
View File
@@ -1,3 +1,16 @@
int calculate() {
return 6 * 7;
}
/// Mumble music bot library
library mumbullet;
export 'src/audio/converter.dart';
export 'src/audio/downloader.dart';
export 'src/command/command_handler.dart';
export 'src/command/command_parser.dart';
export 'src/config/config.dart';
export 'src/logging/logger.dart';
export 'src/mumble/audio_streamer.dart';
export 'src/mumble/connection.dart';
export 'src/mumble/message_handler.dart';
export 'src/mumble/models.dart';
export 'src/queue/music_queue.dart';
export 'src/storage/database.dart';
export 'src/storage/permission_manager.dart';