diff options
Diffstat (limited to 'src/commands/utilities/wolframAlpha.ts')
-rw-r--r-- | src/commands/utilities/wolframAlpha.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/wolframAlpha.ts b/src/commands/utilities/wolframAlpha.ts index f64fd4f..de00620 100644 --- a/src/commands/utilities/wolframAlpha.ts +++ b/src/commands/utilities/wolframAlpha.ts @@ -1,5 +1,5 @@ import { AllowedMentions, BushCommand, type BushMessage, type BushSlashMessage } from '#lib'; -import { initializeClass as WolframAlphaAPI } from "@notenoughupdates/wolfram-alpha-api"; +import { initializeClass as WolframAlphaAPI } from '@notenoughupdates/wolfram-alpha-api'; import { MessageEmbed, type MessageOptions } from 'discord.js'; export default class WolframAlphaCommand extends BushCommand { |