@conflict/beta
Advanced tools
Comparing version 0.8.22 to 0.8.23
{ | ||
"name": "@conflict/beta", | ||
"version": "0.8.22", | ||
"version": "0.8.23", | ||
"description": "The first and only UI framework for Discord bots", | ||
@@ -5,0 +5,0 @@ "main": "exports.js", |
@@ -13,2 +13,4 @@ // dispatch.js | ||
import Command, { InteractionResponse } from '@conflict/beta/commands'; | ||
import View, { parseView } from '@conflict/beta/view'; | ||
if (!global.__ConflictViewParser) global.__ConflictViewParser = parseView; | ||
@@ -15,0 +17,0 @@ import Discord from 'discord.js'; |
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
87357
2248