diff --git a/CHANGELOG.md b/CHANGELOG.md index 864eb7e..19bcb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.6.2 + +- Fixup info command + ## 2.6.1 - Remove package that is not published yet diff --git a/lib/src/modules/docs.dart b/lib/src/modules/docs.dart index 9f42814..c2d2a8a 100644 --- a/lib/src/modules/docs.dart +++ b/lib/src/modules/docs.dart @@ -14,7 +14,7 @@ const docUrls = [ "https://pub.dev/documentation/nyxx_commands/latest/index.json", ]; -late DateTime? lastDocCacheUpdate; +DateTime? lastDocCacheUpdate; late DateTime lastDocUpdate; DateTime lastDocUpdateTimer = DateTime(2005); diff --git a/pubspec.yaml b/pubspec.yaml index 8dabc2d..59bc5ba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: running_on_dart -version: 2.6.1 +version: 2.6.2 description: Discord Bot for nyxx development homepage: https://github.com/nyxx-discord/running_on_dart repository: https://github.com/nyxx-discord/running_on_dart