diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-18 23:11:17 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-18 23:11:17 -0400 |
commit | c486d655de34c0827ef2614733af289be5139bc3 (patch) | |
tree | c7622d018b6436777da74823bfb7a9cd672d73f9 /src/commands/utilities/price.ts | |
parent | b754bdd64bf09a6b9af9d30cca8e68ad7888355f (diff) | |
download | tanzanite-c486d655de34c0827ef2614733af289be5139bc3.tar.gz tanzanite-c486d655de34c0827ef2614733af289be5139bc3.tar.bz2 tanzanite-c486d655de34c0827ef2614733af289be5139bc3.zip |
actually imprt fetch
Diffstat (limited to 'src/commands/utilities/price.ts')
-rw-r--r-- | src/commands/utilities/price.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/utilities/price.ts b/src/commands/utilities/price.ts index a8cf127..21781d1 100644 --- a/src/commands/utilities/price.ts +++ b/src/commands/utilities/price.ts @@ -1,6 +1,7 @@ import { Constants } from 'discord-akairo'; import { ColorResolvable, MessageEmbed } from 'discord.js'; import Fuse from 'fuse.js'; +import fetch from 'node-fetch'; import { BushCommand, BushMessage } from '../../lib'; interface Summary { |