From 80d45efdf7fe6204de5378b2e5536d241d9996df Mon Sep 17 00:00:00 2001 From: WlodekM Date: Fri, 9 Aug 2024 20:46:04 +0300 Subject: v1.3.0 (also use prettier (bad idea (why doesnt it have an undo command) ) ) --- commands/motd.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'commands/motd.js') diff --git a/commands/motd.js b/commands/motd.js index 740cb07..a4e7fde 100644 --- a/commands/motd.js +++ b/commands/motd.js @@ -1,7 +1,7 @@ export default { - name: 'motd', + name: "motd", aliases: [], - command: function({user, server}) { + command: function ({ user, server }) { user.socket.send("MOTD: " + server.format(server.config.motd)); - } -} \ No newline at end of file + }, +}; -- cgit 1.4.1-2-gfad0