diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bcb16..4b2f4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.6.3 + +- Fixup info command + ## 2.6.2 - Fixup info command diff --git a/lib/src/modules/docs.dart b/lib/src/modules/docs.dart index c2d2a8a..52338da 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", ]; -DateTime? lastDocCacheUpdate; +DateTime? lastDocCacheUpdate = null; late DateTime lastDocUpdate; DateTime lastDocUpdateTimer = DateTime(2005); diff --git a/pubspec.yaml b/pubspec.yaml index 59bc5ba..880c2e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: running_on_dart -version: 2.6.2 +version: 2.6.3 description: Discord Bot for nyxx development homepage: https://github.com/nyxx-discord/running_on_dart repository: https://github.com/nyxx-discord/running_on_dart