From d39052e139057b8303d79bb4192f677879797c92 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Thu, 7 May 2020 14:53:02 -0700 Subject: add cmd logging and join server logging to support server - add depreciated join cmd *lol* - fix some formatting in btc and add defaults - add zero two cmd - add fortnite alias to fortnitestats --- src/commands/crypto/btcchange.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/commands/crypto/btcchange.ts') diff --git a/src/commands/crypto/btcchange.ts b/src/commands/crypto/btcchange.ts index 4218c31..f0b05b0 100644 --- a/src/commands/crypto/btcchange.ts +++ b/src/commands/crypto/btcchange.ts @@ -15,7 +15,8 @@ module.exports = class BTCChangeCrypto extends Command { { key: 'timeAmount', prompt: 'What time range do you want to check the fluction amount in? (day, hour, week)', - type: 'string' + type: 'string', + default: 'USD' } ], throttling: { -- cgit v1.2.3