mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-17 01:19:31 +01:00
Plugin/Wordle: change "guesses attempted" to "guesses"
This commit is contained in:
parent
73c4ed465d
commit
e234446afd
@ -158,7 +158,7 @@ sub wordle($self, $context) {
|
|||||||
return NO_WORDLE;
|
return NO_WORDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $result = "Current wordlist: $self->{$channel}->{wordlist} ($self->{$channel}->{length}); guesses attempted: $self->{$channel}->{guess_count}";
|
my $result = "Current wordlist: $self->{$channel}->{wordlist} ($self->{$channel}->{length}); guesses: $self->{$channel}->{guess_count}";
|
||||||
|
|
||||||
if ($self->{$channel}->{correct}) {
|
if ($self->{$channel}->{correct}) {
|
||||||
my $solved_on = concise ago (time - $self->{$channel}->{solved_on});
|
my $solved_on = concise ago (time - $self->{$channel}->{solved_on});
|
||||||
|
@ -25,7 +25,7 @@ use PBot::Imports;
|
|||||||
# These are set by the /misc/update_version script
|
# These are set by the /misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 4823,
|
BUILD_REVISION => 4824,
|
||||||
BUILD_DATE => "2024-11-02",
|
BUILD_DATE => "2024-11-02",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user