diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-10 15:33:08 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-10 15:33:08 -0400 |
commit | 55ff8f2da0b35b37602a6939f903f1fe421e77e1 (patch) | |
tree | 2ce7e3bd662ba20a42b5cfbb10723851c5cc63ac /src/commands/utilities | |
parent | 25752446d6166ff5733909160bae62cdd121339c (diff) | |
download | tanzanite-55ff8f2da0b35b37602a6939f903f1fe421e77e1.tar.gz tanzanite-55ff8f2da0b35b37602a6939f903f1fe421e77e1.tar.bz2 tanzanite-55ff8f2da0b35b37602a6939f903f1fe421e77e1.zip |
use fork of wolfram-alpha-api so I could add typings
Diffstat (limited to 'src/commands/utilities')
-rw-r--r-- | src/commands/utilities/wolframAlpha.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/utilities/wolframAlpha.ts b/src/commands/utilities/wolframAlpha.ts index 2b64c9c..4a357b8 100644 --- a/src/commands/utilities/wolframAlpha.ts +++ b/src/commands/utilities/wolframAlpha.ts @@ -1,6 +1,5 @@ import { AllowedMentions, BushCommand, BushMessage, BushSlashMessage } from '@lib'; import { CommandInteraction, MessageEmbed } from 'discord.js'; -// @ts-expect-error: no types :( import WolframAlphaAPI from 'wolfram-alpha-api'; export default class WolframAlphaCommand extends BushCommand { |