init f0ckm
This commit is contained in:
6
src/inc/motd.mjs
Normal file
6
src/inc/motd.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
let motd = '';
|
||||
|
||||
export const getMotd = () => motd;
|
||||
export const setMotd = (val) => {
|
||||
motd = val;
|
||||
};
|
||||
Reference in New Issue
Block a user