mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-10 20:12:35 +01:00
Factoids/Selectors: Add missing use
statement
This commit is contained in:
parent
ff298a3862
commit
e9a8620fb0
@ -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);
|
||||
|
||||
|
@ -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",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user