We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1907a commit 77f28ccCopy full SHA for 77f28cc
1 file changed
src/commands/DevForumReactionRole.ts
@@ -1,12 +1,12 @@
1
import Command from "@/handlers/commands/Command";
2
import content from "@data/DevForumRoleMessageStrings.json";
3
4
+import type { ChatInputCommandInteraction } from "discord.js";
5
import {
6
ActionRowBuilder,
7
AttachmentBuilder,
8
ButtonBuilder,
9
ButtonStyle,
- ChatInputCommandInteraction,
10
EmbedBuilder,
11
inlineCode,
12
MessageFlagsBitField,
@@ -18,7 +18,7 @@ export default class DevForumReactionRole extends Command<ChatInputCommandIntera
18
constructor() {
19
super({
20
name: "devforum-reaction-role",
21
- description: "Send an info embed with a button to self-update DevForum roles.",
+ description: "Send an info embed with a button to self-update DevForum roles."
22
}, []);
23
}
24
0 commit comments