aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:02:19 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:02:19 -0500
commit717b924d6c4727c75639f4d495e8521f7eae9849 (patch)
treef531ca92b9d65c4b37321157c5dfe5ec79d4ec73 /src
parentfe2cdcab7ea7e795e92c043a6faa3647d6d997a6 (diff)
downloadtanzanite-717b924d6c4727c75639f4d495e8521f7eae9849.tar.gz
tanzanite-717b924d6c4727c75639f4d495e8521f7eae9849.tar.bz2
tanzanite-717b924d6c4727c75639f4d495e8521f7eae9849.zip
format
Diffstat (limited to 'src')
-rw-r--r--src/commands/utilities/wolframAlpha.ts2
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 {