diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 19:02:19 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 19:02:19 -0500 |
commit | 717b924d6c4727c75639f4d495e8521f7eae9849 (patch) | |
tree | f531ca92b9d65c4b37321157c5dfe5ec79d4ec73 /src | |
parent | fe2cdcab7ea7e795e92c043a6faa3647d6d997a6 (diff) | |
download | tanzanite-717b924d6c4727c75639f4d495e8521f7eae9849.tar.gz tanzanite-717b924d6c4727c75639f4d495e8521f7eae9849.tar.bz2 tanzanite-717b924d6c4727c75639f4d495e8521f7eae9849.zip |
format
Diffstat (limited to 'src')
-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 { |