From 42090b97c98e3efff60c3da662cab4cbe3ce865c Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:23:55 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d1d63..1320662 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,10 @@ RegisterPlayerEvent(PLAYER_EVENT_ON_TEXT_EMOTE, OnClassPrayer) ``` 4. If you try again before the cooldown ends, you get: ``` - You must wait 1 minutes and 58 seconds before invoking your ritual again. + You must wait X minutes and XX seconds before invoking your ritual again. ``` +Where X is the amount of time before you can get the buff again. + ![Example of Emote Buff](./Example.png) ---