From dd400f1e8f8b77531eea10f3cb4013a8672f186f Mon Sep 17 00:00:00 2001 From: shjshshsjsu <122176104+shjshshsjsu@users.noreply.github.com> Date: Thu, 19 Jan 2023 00:31:23 +0300 Subject: [PATCH] Update Orion Lib Example.lua --- Orion Lib/Orion Lib Example.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Orion Lib/Orion Lib Example.lua b/Orion Lib/Orion Lib Example.lua index 3908e63..802fdfb 100644 --- a/Orion Lib/Orion Lib Example.lua +++ b/Orion Lib/Orion Lib Example.lua @@ -1,7 +1,8 @@ local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() OrionLib:MakeNotification({ - Name = "Krypted Hub", + Name = "Wreston Hub", + Content = "Welcome To Krypted Hub! Have Fun!", Image = "rbxassetid://4483345998", Time = 5 @@ -59,4 +60,4 @@ SettingsSection:AddButton({ --Settings End-- -OrionLib:Init() --UI Lib End \ No newline at end of file +OrionLib:Init() --UI Lib End