mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
chore: Update JavaScript plugins (#71)
chore: update JavaScript plugins Co-authored-by: jacoobes <jacoobes@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0cdafd4b63
commit
fc36a052d3
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user