Format code with prettier (#489)

This commit fixes the style issues introduced in 502f8b1 according to the output
from prettier.

Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/2d6f5e66-ae8b-4261-92a6-688077649213/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
deepsource-autofix[bot] 2022-11-04 13:53:39 +01:00 committed by GitHub
parent 502f8b1ade
commit 070cedb451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@ import axios from "axios";
import {
CommandInteraction,
EmbedBuilder,
SlashCommandSubcommandBuilder
SlashCommandSubcommandBuilder,
} from "discord.js";
import deferReply from "../../../../handlers/deferReply";
import getEmbedConfig from "../../../../helpers/getEmbedData";

View file

@ -1,7 +1,8 @@
// Dependencies
import {
ChatInputCommandInteraction, PermissionsBitField,
SlashCommandSubcommandBuilder
ChatInputCommandInteraction,
PermissionsBitField,
SlashCommandSubcommandBuilder,
} from "discord.js";
// Configurations
// Helpers../../../../../../../helpers/userData

View file

@ -4,7 +4,7 @@
import {
ChatInputCommandInteraction,
PermissionsBitField,
SlashCommandSubcommandBuilder
SlashCommandSubcommandBuilder,
} from "discord.js";
import deferReply from "../../../../../../handlers/deferReply";

View file

@ -3,7 +3,7 @@
import {
ChatInputCommandInteraction,
PermissionsBitField,
SlashCommandSubcommandBuilder
SlashCommandSubcommandBuilder,
} from "discord.js";
import deferReply from "../../../../../../handlers/deferReply";

View file

@ -1,7 +1,7 @@
import {
ChatInputCommandInteraction,
EmbedBuilder,
SlashCommandSubcommandBuilder
SlashCommandSubcommandBuilder,
} from "discord.js";
import getEmbedConfig from "../../../../helpers/getEmbedData";
import logger from "../../../../middlewares/logger";