It works baby, seems like timing could be improved or something, but it freakin works
This commit is contained in:
+16
-3
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user