diff --git a/README.md b/README.md index 5b8b6d4..70a6928 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Improved Twitch Subathon Countdown

This is a Twitch Subathon Countdown originally by JayexDesigns.

-

The CSS Code is updated by Johnnycyan. The JS Files are updated by leabdd to add functionalities.

+

The CSS Code is updated by Johnnycyan. The JS Files are updated by leabdd and danilotitato to add functionalities.


Description

@@ -12,6 +12,7 @@

Shortcuts

To pause the Timer: CTRL+ALT+P

To enable/disable Happy Hour: CTRL+ALT+H

+

To enable/disable Random Hour: CTRL+ALT+R

Shortcuts can be changed in config.js


@@ -40,11 +41,12 @@

Initial Time

You can set the initial time of the timer by setting the hours, minutes and seconds to be added when the timer is created.

-

Happy Hour

-

If this is true, you can turn enable Happy Hour with the Shortcut. If it is false, the feature is disabled and cant be enabled.

+

Random Happy Hour

+

If this is true, you can turn enable Happy or Random Hour with the Shortcut. If it is false, the feature is disabled and cant be enabled.

You have to set the Happy Hour time values manually.

-

If enabled it can randomly activate the Happy Hour. It will last for one hour, but can be turned off manually with the Shortkey.

-

In the Config you can set a specific Date and Time. At that a Happy Hour will happen.

+

Random Hour has a bell curve which can be edited in the config. It multiplies the normal time by a random amount for each sub.

+

If enabled randHappy it can randomly activate the Happy Hour. It will last for one hour, but can be turned off manually with the Shortkey.

+

In the Config you can set a specific Date and Time. At that a Happy Hour will happen. scheduleHappy needs to be turned on.

Bulk

This enables that multiple Subs get added to the timer at once.