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