Factoids/Selectors: Add missing `use` statement

This commit is contained in:
Pragmatic Software 2021-08-25 22:05:52 -07:00
parent ff298a3862
commit e9a8620fb0
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ use parent 'PBot::Core::Class';
use PBot::Imports;
use PBot::Core::Utils::Indefinite;
use Time::HiRes qw(gettimeofday);
use Time::Duration qw(duration);

View File

@ -25,7 +25,7 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4368,
BUILD_REVISION => 4369,
BUILD_DATE => "2021-08-25",
};