diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-17 14:13:18 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-17 14:13:18 -0400 |
commit | 2db40054054c9452359c83cbad23bb2c9fa3234e (patch) | |
tree | 3b022895b3ab50623f5aea8ea4bc79d98733c1a8 /src/commands/info | |
parent | da70ed6f4ad82c58adf7dc6120aa8b6b255238e9 (diff) | |
parent | 03378fdc9b02aab42e0fc280548b6d0d522bd143 (diff) | |
download | tanzanite-2db40054054c9452359c83cbad23bb2c9fa3234e.tar.gz tanzanite-2db40054054c9452359c83cbad23bb2c9fa3234e.tar.bz2 tanzanite-2db40054054c9452359c83cbad23bb2c9fa3234e.zip |
Merge branch 'rewrite' of https://github.com/NotEnoughUpdates/bush-bot into rewrite
Diffstat (limited to 'src/commands/info')
-rw-r--r-- | src/commands/info/color.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/info/color.ts b/src/commands/info/color.ts index 45c2545..61790ad 100644 --- a/src/commands/info/color.ts +++ b/src/commands/info/color.ts @@ -36,8 +36,8 @@ export default class ColorCommand extends BushCommand { }); } - public removePrefixAndParenthesis(color: string): string{ - return color.substr(4, color.length-5) + public removePrefixAndParenthesis(color: string): string { + return color.substr(4, color.length - 5); } public async exec( |