function run(msg, matches)
return 'Hä YOLO?'
end
return {
description = "Sendet euch ein Hä YOLO?",
usage = {"/yolo"},
patterns = {"^/yolo"},
run = run
}
--by Akamaru