@duxcore/interactive-discord
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -5,3 +5,3 @@ { | ||
"description": "A package that will allow you to seamlessly integrate discord interactions into your bot.", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"license": "GPL-3.0", | ||
@@ -8,0 +8,0 @@ "main": "lib/index", |
import axios from "axios"; | ||
import { Collection, Snowflake } from "discord.js"; | ||
import InteractiveClient from ".."; | ||
import { CommandController } from "../controllers/CommandController"; | ||
import { CommandController } from "../controllers/CommandInteractionController"; | ||
import { SlashCommand } from "../structures/SlashCommand"; | ||
@@ -6,0 +6,0 @@ import { discord } from "../util/constraints"; |
@@ -11,2 +11,10 @@ import { InteractiveClient } from "./InteractiveClient"; | ||
export * from './controllers/'; | ||
export * from './util/types/button'; | ||
export * from './util/types/command'; | ||
export * from './util/types/components'; | ||
export * from './util/types/interactions'; | ||
export * from './util/types/selection'; | ||
export default InteractiveClient; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87154
38
1068