Module:Sandbox/Aidan9382/DiscussionOverview: Difference between revisions

Content deleted Content added
temp stuff
now we catch everything with nothing
Line 1:
--Content arrives soon
return {main=functionsetmetatable() return "WIP" end{},{
__index=function()
return function()
return "This does nothing as of now"
end
end
})