code readability improvements

master
Matthew 2024-03-22 00:18:45 -04:00
parent ad85bda7a0
commit 012c150e2d
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import DiscordEvent from "../../util/DiscordEvent";
import { DiscordInteractionCommands } from "../../index";
import {Client, Interaction } from "discord.js";
import { Client, Interaction } from "discord.js";
export default class InteractionCreate extends DiscordEvent {
constructor(client: Client) {