commit | da16adf84a66bfcc7098525c97aa30f9726da0f2 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 10:22:12 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 10:22:12 2023 +0000 |
tree | 4fc4386e72bf4f14ad7bc21ffdefeff23c473e5b | |
parent | e7970144042a66fe2011a8f85acdcf90e39f8a8f [diff] [blame] |
Reformat using prettier
diff --git a/src/commands/nucleus/guide.ts b/src/commands/nucleus/guide.ts index 270ee62..d05e265 100644 --- a/src/commands/nucleus/guide.ts +++ b/src/commands/nucleus/guide.ts
@@ -1,4 +1,4 @@ -import type { CommandInteraction } from 'discord.js'; +import type { CommandInteraction } from "discord.js"; import type { SlashCommandSubcommandBuilder } from "discord.js"; import guide from "../../reflex/guide.js";