We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f7d5a commit 5a223a2Copy full SHA for 5a223a2
src/Features/ludo.lua
@@ -15,4 +15,6 @@ end
15
--- See source code for what it does I cba to summarize it 💔
16
function Ludo:Totk()
17
print("I don’t even know what tower this is since I quit")
18
-end
+end
19
+
20
+return ludo
src/Features/rockytanker.lua
@@ -30,4 +30,5 @@ print("the digits of pi are " .. pi)
30
--goofy ahh rockytanker
31
--webhook doesnt work :skull:
32
--okay another webhook test
33
---IT WORKS :longcrazyvn_thumbsup:
+--IT WORKS :longcrazyvn_thumbsup:
34
+return rockytanker
0 commit comments