Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
DomathID authored Nov 14, 2020
1 parent ccf833b commit 2adc456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uptime.gs → uptime.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

function trigger() {
var url = [
"https://dnekobot.domathid.repl.co"
"Your Project Url",
"Your Project Url"
];
for(var x = 0; x<url.length; x++){
var uri = url[x];
Expand Down

0 comments on commit 2adc456

Please sign in to comment.