diff options
Diffstat (limited to 'src/commands/crypto/btc.ts')
| -rw-r--r-- | src/commands/crypto/btc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/crypto/btc.ts b/src/commands/crypto/btc.ts index c0c14f3..1c467ab 100644 --- a/src/commands/crypto/btc.ts +++ b/src/commands/crypto/btc.ts @@ -10,7 +10,7 @@ module.exports = class BTCUtility extends Command { aliases: ['bitcoin', 'crypto'], group: 'utility', memberName: 'btc', - description: 'Allows you to check current Bitcoin price.', + description: 'Allows you to check the current Bitcoin price.', args: [ { key: 'currencyName', |