We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f0587 commit c2f3b29Copy full SHA for c2f3b29
rockytanker.lua
@@ -1,11 +1,13 @@
1
--[[
2
local rocky = "rockytanker"
3
4
-if rocky == "rockytanker" then print(rocky) end
5
-if rocky ~= "rockytanker" then print("ROCKY IS ROCKY GRAAAAAAAHHHHHH") end
+local random = math.random(1, 3)
+if random == 1 then print(rocky) end
6
+if random == 2 then print("ROCKY IS ROCKY GRAAAAAAAHHHHHH") end
7
+if random == 3 then print("the RACISM in my blood...")
8
9
goofy ahh rockytanker
10
webhook doesnt work :skull:
11
okay another webhook test
12
IT WORKS :longcrazyvn_thumbsup:
-]]--
13
+]]--
0 commit comments