Format code with standardjs and prettier

This commit fixes the style issues introduced in 9dbe6a8 according to the output
from standardjs and prettier.

Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/ea47e9d9-074f-4db5-af76-2dc328f01aed/
This commit is contained in:
deepsource-autofix[bot] 2022-05-17 09:32:40 +00:00 committed by GitHub
parent 9dbe6a83db
commit 8eec235dfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,7 @@
import axios from "axios"; import axios from "axios";
import { CommandInteraction } from "discord.js"; import { CommandInteraction } from "discord.js";
import { import { successColor, errorColor } from "@config/embed";
successColor,
errorColor,
} from "@config/embed";
import { SlashCommandSubcommandBuilder } from "@discordjs/builders"; import { SlashCommandSubcommandBuilder } from "@discordjs/builders";