From ef7a93396da69f3f5eea783ed7c7bd8026aef5fc Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 31 Dec 2024 11:54:15 +0100 Subject: [PATCH] use youtube_poll 0.2.1 --- bin/jana.dart | 1 - pubspec.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/jana.dart b/bin/jana.dart index 5cba6fe..a394bd7 100644 --- a/bin/jana.dart +++ b/bin/jana.dart @@ -163,7 +163,6 @@ void main(List argv) async { final target = DateTime(2000, 1, 1, 1, 0, 45); final now = DateTime.now().copyWith(year: 2000, month: 1, day: 1, hour: 0); final diff = target.difference(now); - log.info('interval: $target - $now = $diff'); if (diff < Duration(minutes: 1)) return Duration(minutes: 1); if (diff > Duration(minutes: 30)) return Duration(minutes: 30); return diff; diff --git a/pubspec.yaml b/pubspec.yaml index 2eb276a..1333438 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: jana description: A Discord bot -version: 2.0.0-beta.4 +version: 2.0.0-beta.5 homepage: https://github.com/chrissxMedia/jana environment: @@ -16,7 +16,7 @@ dependencies: nyxx_extensions: ^4.0.0 nyxx_lavalink: ^4.0.0-dev.1 youtube_explode_dart: ^2.0.0 - youtube_poll: ^0.2.0 + youtube_poll: ^0.2.1 dev_dependencies: lints: ^5.0.0