diff options
author | WlodekM <[email protected]> | 2024-11-30 14:24:39 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-11-30 14:24:39 +0200 |
commit | 714a4189eb02051ddd330513048b07b3be070e27 (patch) | |
tree | 64112d5ce9d2b433cc4be0adf561ac128a3d84b5 /commands/motd.js | |
parent | f37e3537adb59f2b724259a1720295756eb94277 (diff) |
do stuff 3
Diffstat (limited to 'commands/motd.js')
-rw-r--r-- | commands/motd.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/commands/motd.js b/commands/motd.js deleted file mode 100644 index a4e7fde..0000000 --- a/commands/motd.js +++ /dev/null @@ -1,7 +0,0 @@ -export default { - name: "motd", - aliases: [], - command: function ({ user, server }) { - user.socket.send("MOTD: " + server.format(server.config.motd)); - }, -}; |