summaryrefslogtreecommitdiff
path: root/src/commands/crypto/btcchange.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 19:06:09 -0700
committer8cy <[email protected]>2020-04-23 19:06:09 -0700
commit8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34 (patch)
tree08e8b18aebae0b3836de94484185fabb14a860e8 /src/commands/crypto/btcchange.ts
parentchange mongdburl to mlab, v7.4.2 (diff)
downloaddep-core-8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34.tar.xz
dep-core-8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34.zip
shift groups around, new mod cmds, v7.5.0
Diffstat (limited to 'src/commands/crypto/btcchange.ts')
-rw-r--r--src/commands/crypto/btcchange.ts4
1 files changed, 2 insertions, 2 deletions
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: [