3
0
mirror of https://github.com/pragma-/pbot.git synced 2026-03-29 03:28:02 +02:00

Update factoids to use new random-quote command

This commit is contained in:
Pragmatic Software 2026-03-27 22:59:09 -07:00
parent 3c8d98b80b
commit 5195082bd5
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 1 additions and 1 deletions

BIN
data/factoids.sqlite3 vendored

Binary file not shown.

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 => 4943,
BUILD_REVISION => 4944,
BUILD_DATE => "2026-03-27",
};