## FEATURES
1. **Starting the Timer:**
* Use the `startTimer(duration)` function to start the timer. Replace `duration` with the desired time in seconds.
2. **Stopping the Timer:**
* Call the `stopTimer()` function to stop the timer.
3. **User Commands:**
* Users can type `/timer start [duration]` to start the timer and `/timer stop` to stop it.
4. **Customizing the UI:**
* Modify the CSS file to change the timer's appearance and the custom text styling.
---
***You can configure:***
> * `timerColor` : Color of the timer text (default: red).
> * `customTextColor` : Color of the custom text (default: '#FFD700').
> * `waviyTextColor` : Color of the waviy text (default: '#008cff').
> * `customTextContent` : Custom text content (default: YOUR SERVER NAME').
> * `timerInitialTime` : Initial time for the timer in seconds (default: 3600).
[**PREVIEW** ](https://www.youtube.com/watch?v=R_IYR1EQnMM)