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:
parent
502f8b1ade
commit
070cedb451
5 changed files with 7 additions and 6 deletions
|
@ -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";
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Dependencies
|
||||
import {
|
||||
ChatInputCommandInteraction, PermissionsBitField,
|
||||
SlashCommandSubcommandBuilder
|
||||
ChatInputCommandInteraction,
|
||||
PermissionsBitField,
|
||||
SlashCommandSubcommandBuilder,
|
||||
} from "discord.js";
|
||||
// Configurations
|
||||
// Helpers../../../../../../../helpers/userData
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
import {
|
||||
ChatInputCommandInteraction,
|
||||
PermissionsBitField,
|
||||
SlashCommandSubcommandBuilder
|
||||
SlashCommandSubcommandBuilder,
|
||||
} from "discord.js";
|
||||
|
||||
import deferReply from "../../../../../../handlers/deferReply";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import {
|
||||
ChatInputCommandInteraction,
|
||||
PermissionsBitField,
|
||||
SlashCommandSubcommandBuilder
|
||||
SlashCommandSubcommandBuilder,
|
||||
} from "discord.js";
|
||||
|
||||
import deferReply from "../../../../../../handlers/deferReply";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import {
|
||||
ChatInputCommandInteraction,
|
||||
EmbedBuilder,
|
||||
SlashCommandSubcommandBuilder
|
||||
SlashCommandSubcommandBuilder,
|
||||
} from "discord.js";
|
||||
import getEmbedConfig from "../../../../helpers/getEmbedData";
|
||||
import logger from "../../../../middlewares/logger";
|
||||
|
|
Loading…
Add table
Reference in a new issue