Skip to content

Commit 5a223a2

Browse files
committed
return
1 parent 42f7d5a commit 5a223a2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Features/ludo.lua

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ end
1515
--- See source code for what it does I cba to summarize it 💔
1616
function Ludo:Totk()
1717
print("I don’t even know what tower this is since I quit")
18-
end
18+
end
19+
20+
return ludo

src/Features/rockytanker.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ print("the digits of pi are " .. pi)
3030
--goofy ahh rockytanker
3131
--webhook doesnt work :skull:
3232
--okay another webhook test
33-
--IT WORKS :longcrazyvn_thumbsup:
33+
--IT WORKS :longcrazyvn_thumbsup:
34+
return rockytanker

0 commit comments

Comments
 (0)