# Woken Timekeeper Events BOT

<figure><img src="https://1024955971-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FucapM7ajIRHbhMUaNv7T%2Fuploads%2FWYcQtUYU8wxQ3ltA4ath%2Fwokenbot.jpg?alt=media&#x26;token=2918ccc0-4130-4cd7-bbb1-01b7dae69347" alt=""><figcaption><p>Woken Timekeeper Events Bot</p></figcaption></figure>

We've set up a bot on our Discord server that will alert you in real time when the timekeeper of a pair is changed, on all blockchains where the Woken Exchange is deployed.

<details>

<summary><mark style="color:blue;">Events</mark></summary>

{% code title="WokenFactory.sol" %}

```solidity
event TimekeeperEnable(address indexed pair);
event TimekeeperChange(address pair);
event ForceOpen(address pair);
```

{% endcode %}

</details>

\
Very useful for projects investors not under DAO to be real time notified if a PairAdmin changes the settings of his pair without informing his community.

{% hint style="info" %}
Access to the Bot chan is exclusive to $WKN holders on our Discord server.

You need 1000 WKN in your wallet (about 5 USD at the current price rate)

The minimum WKN required may be adjusted after a protocol vote, with the goal of keeping the access price affordable according to the WKN rate.
{% endhint %}
