From 55ff8f2da0b35b37602a6939f903f1fe421e77e1 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:33:08 -0400 Subject: use fork of wolfram-alpha-api so I could add typings --- src/commands/utilities/wolframAlpha.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands') 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 { -- cgit