@somehiddenkey/discord-command-utils 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ import LocalConfig from "../Configs/LocalConfig.js";
|
|
|
5
5
|
import consola from "consola";
|
|
6
6
|
import CommandError from "./CommandError.js";
|
|
7
7
|
import RestCommands from './RestCommands.js';
|
|
8
|
-
import pkg from 'discord.js';
|
|
8
|
+
import pkg, { ChannelType } from 'discord.js';
|
|
9
9
|
const {
|
|
10
10
|
Interaction: DiscordBaseInteraction,
|
|
11
11
|
OmitPartialGroupDMChannel,
|
package/src/Utils/checks.js
CHANGED