diff options
Diffstat (limited to 'commands/uptime.js')
| -rw-r--r-- | commands/uptime.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/uptime.js b/commands/uptime.js new file mode 100644 index 0000000..f6dbefd --- /dev/null +++ b/commands/uptime.js @@ -0,0 +1,8 @@ +module.exports = { + name: 'uptime', + aliases: ['ut'], + description: '', + async execute(msg, args, bot, duration) { + msg.reply(duration); + } +};
\ No newline at end of file |