From 8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Thu, 23 Apr 2020 19:06:09 -0700 Subject: shift groups around, new mod cmds, v7.5.0 --- src/commands/crypto/btcchange.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commands/crypto/btcchange.ts') diff --git a/src/commands/crypto/btcchange.ts b/src/commands/crypto/btcchange.ts index 9ef5d4d..67eb0c7 100644 --- a/src/commands/crypto/btcchange.ts +++ b/src/commands/crypto/btcchange.ts @@ -3,12 +3,12 @@ import btc from 'btc-value'; import emoji from 'emoji-random'; btc.setApiKey('a43419ce-fc59-4951-8af9-20c5e36ef73f'); -module.exports = class BTCChangeUtility extends Command { +module.exports = class BTCChangeCrypto extends Command { constructor(client) { super(client, { name: 'btcchange', aliases: ['bitcoinchange', 'cryptochange', 'btcc'], - group: 'utility', + group: 'crypto', memberName: 'btcchange', description: 'Allows you to check the fluctuation in Bitcoin prices within a specified amount of time.', args: [ -- cgit v1.2.3