Skip to content

Commit 77f28cc

Browse files
committed
fix(lint): Run eslint
1 parent cb1907a commit 77f28cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/DevForumReactionRole.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import Command from "@/handlers/commands/Command";
22
import content from "@data/DevForumRoleMessageStrings.json";
33

4+
import type { ChatInputCommandInteraction } from "discord.js";
45
import {
56
ActionRowBuilder,
67
AttachmentBuilder,
78
ButtonBuilder,
89
ButtonStyle,
9-
ChatInputCommandInteraction,
1010
EmbedBuilder,
1111
inlineCode,
1212
MessageFlagsBitField,
@@ -18,7 +18,7 @@ export default class DevForumReactionRole extends Command<ChatInputCommandIntera
1818
constructor() {
1919
super({
2020
name: "devforum-reaction-role",
21-
description: "Send an info embed with a button to self-update DevForum roles.",
21+
description: "Send an info embed with a button to self-update DevForum roles."
2222
}, []);
2323
}
2424

0 commit comments

Comments
 (0)