4 lines
271 B
JavaScript
4 lines
271 B
JavaScript
let comments = [["ADMIN","welcome to the maths board"],["deadvey","Welcome to MATHS","2024-11-18T22:20:49.857Z"],["deadvey","you <b>will</b> have fun!","2024-11-18T22:22:44.301Z"]]
|
|
if (typeof module !== "undefined" && module.exports) {
|
|
module.exports = comments;
|
|
} |