mirror of
https://gitlab.com/ceda_ei/Zeeth-Naaw-Bot
synced 2025-10-30 01:40:05 +01:00
Update to send message even if no changes.
This commit is contained in:
@@ -165,6 +165,9 @@ if ($saved_chain != $chain_string) {
|
||||
fwrite($file2, $contents);
|
||||
fclose($file2);
|
||||
}
|
||||
elseif ($argv[1] == "send") {
|
||||
send_text("The pinned message is already the latest.");
|
||||
}
|
||||
|
||||
|
||||
$conn->close();
|
||||
|
||||
Reference in New Issue
Block a user