From 7566717b0c0c7b471b992fcb92b09e6fae731a11 Mon Sep 17 00:00:00 2001 From: brulijam Date: Tue, 2 Jul 2024 15:33:22 +0200 Subject: [PATCH] did stuff --- src/brulijam/lib/basic.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/brulijam/lib/basic.lua b/src/brulijam/lib/basic.lua index 319cd79..9164b3c 100755 --- a/src/brulijam/lib/basic.lua +++ b/src/brulijam/lib/basic.lua @@ -73,6 +73,7 @@ function addTutelToTutelServer() local tutelServer = getTutelServerAddress() local telegramInfo = getTelegramInfo() http.post(tutelServer .. "/tutel/add?label=" .. os.getComputerLabel() .. "&telegramUserId=" .. telegramInfo["telegramUserId"]) + telegramNotifier("Added Tutel to your Account: " .. os.getComputerLabel()) end function splitStringToArray(inputStr)