chore: Update JavaScript plugins (#71)

chore: update JavaScript plugins

Co-authored-by: jacoobes <jacoobes@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-02-04 10:14:18 +05:30
committed by GitHub
parent 0cdafd4b63
commit fc36a052d3

View File

@@ -23,8 +23,8 @@ import { ApplicationCommandType } from "discord.js";
import { useContainer } from "../index.js"; import { useContainer } from "../index.js";
export const CommandTypeRaw = { export const CommandTypeRaw = {
[CommandType.Both]: ApplicationCommandType.ChatInput, [CommandType.Both]: ApplicationCommandType.ChatInput,
[CommandType.CtxUser]: ApplicationCommandType.Message, [CommandType.CtxUser]: ApplicationCommandType.User,
[CommandType.CtxMsg]: ApplicationCommandType.User, [CommandType.CtxMsg]: ApplicationCommandType.Message,
[CommandType.Slash]: ApplicationCommandType.ChatInput, [CommandType.Slash]: ApplicationCommandType.ChatInput,
}; };
export function publish(options) { export function publish(options) {