diff options
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)); - }, -}; |