Merge pull request #298 from ZynerOrg/deepsource-transform-08a7d018

Format code with standardjs and prettier
This commit is contained in:
Axel Olausson Holtenäs 2022-05-17 11:33:45 +02:00 committed by GitHub
commit e74f9d5f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";