Skip to content

Commit

Permalink
Fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruhlmann committed Nov 1, 2023
1 parent ae5afbb commit 9b4eb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/classicdb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client, EmbedBuilder, SlashCommandBuilder, REST } from "discord.js";
import { Client, EmbedBuilder, REST, SlashCommandBuilder } from "discord.js";
import { Routes } from "discord-api-types/v9";

import { SingleInstanceStartable } from "../concurrency/single_instance_startable";
Expand Down

0 comments on commit 9b4eb61

Please sign in to comment.