diff options
| author | 8cy <[email protected]> | 2020-04-21 08:57:17 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 08:57:17 -0700 |
| commit | fadd61caf6e06be4cccae4e43487f309d2e74f10 (patch) | |
| tree | 2d15a1f841acae0decd5214c1afb570eaa206c65 /src/commands/crypto | |
| parent | web back to worker, v7.2.5 (diff) | |
| download | dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.tar.xz dep-core-fadd61caf6e06be4cccae4e43487f309d2e74f10.zip | |
move assets around, v7.3.0
Diffstat (limited to 'src/commands/crypto')
| -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', |