From 4653af6f9003b23f9269d81e412389318c0e978c Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 23 Mar 2024 22:49:42 +0100 Subject: [PATCH] bugfix: missing import for JSDoc --- commands/admin/member_roles/slash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/member_roles/slash.js b/commands/admin/member_roles/slash.js index e0adbb7..6c1c737 100644 --- a/commands/admin/member_roles/slash.js +++ b/commands/admin/member_roles/slash.js @@ -1,4 +1,4 @@ -import { SlashCommandBuilder, PermissionFlagsBits } from 'discord.js'; +import { SlashCommandBuilder, PermissionFlagsBits, ChatInputCommandInteraction } from 'discord.js'; import { Role, Guild } from '../../../database.js'; /**