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:
parent
9dbe6a83db
commit
8eec235dfd
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
import axios from "axios";
|
||||
import { CommandInteraction } from "discord.js";
|
||||
|
||||
import {
|
||||
successColor,
|
||||
errorColor,
|
||||
} from "@config/embed";
|
||||
import { successColor, errorColor } from "@config/embed";
|
||||
|
||||
import { SlashCommandSubcommandBuilder } from "@discordjs/builders";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue