Update notify.lua

This commit is contained in:
VorTechnix 2024-10-13 21:18:57 -07:00
parent a9a7a5a9f1
commit 5381c31abb
No known key found for this signature in database
GPG Key ID: 091E91A69545D5BA

@ -65,6 +65,7 @@ end
--- Send a custom notification. --- Send a custom notification.
-- @param name <string>: The name of the player to send the notification to. -- @param name <string>: The name of the player to send the notification to.
-- @param ntype <string>: The type of notification.
-- @param message <string>: The message to send. -- @param message <string>: The message to send.
-- @param colour <string> (optional): The colour of the notification. -- @param colour <string> (optional): The colour of the notification.
-- @param message_coloured <boolean> (optional): Whether the message should be coloured. -- @param message_coloured <boolean> (optional): Whether the message should be coloured.