mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-02 07:24:09 +01:00
Plugin/Wordle: add Polish wordlist
This commit is contained in:
parent
8970978444
commit
51fb92bc39
449886
data/wordle/polish
Normal file
449886
data/wordle/polish
Normal file
File diff suppressed because it is too large
Load Diff
@ -50,6 +50,7 @@ my %wordlists = (
|
||||
german => '/wordle/german',
|
||||
italian => '/wordle/italian',
|
||||
spanish => '/wordle/spanish',
|
||||
polish => '/wordle/polish',
|
||||
);
|
||||
|
||||
my %color = (
|
||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4722,
|
||||
BUILD_DATE => "2024-03-16",
|
||||
BUILD_REVISION => 4723,
|
||||
BUILD_DATE => "2024-03-17",
|
||||
};
|
||||
|
||||
sub initialize {}
|
||||
|
Loading…
Reference in New Issue
Block a user