mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +01:00
Plugin/Wordle: add Urban Dictionary words (filtered to >100 thumbs-up, no excessive consecutive letters, etc)
This commit is contained in:
parent
826fd79d71
commit
94b7706358
31451
data/wordle/urban
Normal file
31451
data/wordle/urban
Normal file
File diff suppressed because it is too large
Load Diff
@ -50,6 +50,7 @@ my %wordlists = (
|
||||
italian => '/wordle/italian',
|
||||
polish => '/wordle/polish',
|
||||
spanish => '/wordle/spanish',
|
||||
urban => '/wordle/urban',
|
||||
);
|
||||
|
||||
my %accents = (
|
||||
|
Loading…
Reference in New Issue
Block a user