diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-10 17:31:12 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-10 17:31:12 -0500 |
commit | dde11c5ff2ceab59d07c48458a5947e0645ff856 (patch) | |
tree | 9a9a1fd09add845098ab9989348930f75fe2d7b5 /src/lib/utils | |
parent | 1d383a1c7058842f95472a6e66b7f4fbdc042635 (diff) | |
download | tanzanite-dde11c5ff2ceab59d07c48458a5947e0645ff856.tar.gz tanzanite-dde11c5ff2ceab59d07c48458a5947e0645ff856.tar.bz2 tanzanite-dde11c5ff2ceab59d07c48458a5947e0645ff856.zip |
chore: bump djs
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index 5b2b2e6..4327fec 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -1,4 +1,4 @@ -import { Constants } from 'discord.js'; +import { Colors } from 'discord.js'; import { BushClientUtil } from '../extensions/discord-akairo/BushClientUtil.js'; const rawCapeUrl = 'https://raw.githubusercontent.com/NotEnoughUpdates/capes/master/'; @@ -107,7 +107,7 @@ export class BushConstants { darkGray: 0x7a7a7a, black: 0x000000, orange: 0xe86100, - ...Constants.Colors + ...Colors } as const); // Somewhat stolen from @Mzato0001 |