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 {
|
import {
|
||||||
CommandInteraction,
|
CommandInteraction,
|
||||||
EmbedBuilder,
|
EmbedBuilder,
|
||||||
SlashCommandSubcommandBuilder
|
SlashCommandSubcommandBuilder,
|
||||||
} from "discord.js";
|
} from "discord.js";
|
||||||
import deferReply from "../../../../handlers/deferReply";
|
import deferReply from "../../../../handlers/deferReply";
|
||||||
import getEmbedConfig from "../../../../helpers/getEmbedData";
|
import getEmbedConfig from "../../../../helpers/getEmbedData";
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
// Dependencies
|
// Dependencies
|
||||||
import {
|
import {
|
||||||
ChatInputCommandInteraction, PermissionsBitField,
|
ChatInputCommandInteraction,
|
||||||
SlashCommandSubcommandBuilder
|
PermissionsBitField,
|
||||||
|
SlashCommandSubcommandBuilder,
|
||||||
} from "discord.js";
|
} from "discord.js";
|
||||||
// Configurations
|
// Configurations
|
||||||
// Helpers../../../../../../../helpers/userData
|
// Helpers../../../../../../../helpers/userData
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
import {
|
import {
|
||||||
ChatInputCommandInteraction,
|
ChatInputCommandInteraction,
|
||||||
PermissionsBitField,
|
PermissionsBitField,
|
||||||
SlashCommandSubcommandBuilder
|
SlashCommandSubcommandBuilder,
|
||||||
} from "discord.js";
|
} from "discord.js";
|
||||||
|
|
||||||
import deferReply from "../../../../../../handlers/deferReply";
|
import deferReply from "../../../../../../handlers/deferReply";
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
import {
|
import {
|
||||||
ChatInputCommandInteraction,
|
ChatInputCommandInteraction,
|
||||||
PermissionsBitField,
|
PermissionsBitField,
|
||||||
SlashCommandSubcommandBuilder
|
SlashCommandSubcommandBuilder,
|
||||||
} from "discord.js";
|
} from "discord.js";
|
||||||
|
|
||||||
import deferReply from "../../../../../../handlers/deferReply";
|
import deferReply from "../../../../../../handlers/deferReply";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import {
|
import {
|
||||||
ChatInputCommandInteraction,
|
ChatInputCommandInteraction,
|
||||||
EmbedBuilder,
|
EmbedBuilder,
|
||||||
SlashCommandSubcommandBuilder
|
SlashCommandSubcommandBuilder,
|
||||||
} from "discord.js";
|
} from "discord.js";
|
||||||
import getEmbedConfig from "../../../../helpers/getEmbedData";
|
import getEmbedConfig from "../../../../helpers/getEmbedData";
|
||||||
import logger from "../../../../middlewares/logger";
|
import logger from "../../../../middlewares/logger";
|
||||||
|
|
Loading…
Add table
Reference in a new issue