We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148de82 commit 2bc8cd7Copy full SHA for 2bc8cd7
Core/Commands/DynamicCommand.php
@@ -80,7 +80,7 @@ public function addTimeLimit(int $minutes): void
80
*
81
* @return bool True if the command has expired, false otherwise.
82
*/
83
- public function isCommandExpired(): bool
+ public function isExpired(): bool
84
{
85
$currentTime = time();
86
0 commit comments