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