removed tts thing because i think most people have tts muted anyways and also too much to add also small fixes

This commit is contained in:
byron 2024-06-07 22:25:55 -04:00
parent ae10deaee4
commit bc3093a41e

View file

@ -113,12 +113,6 @@ export default definePlugin({
type: ApplicationCommandOptionType.STRING,
required: false
},
{
name: "tts",
description: "Send with TTS",
type: ApplicationCommandOptionType.BOOLEAN,
required: false
},
{
name: "avatar-url",
description: "Send with a custom profile picture. You must input a valid image URL.",
@ -127,7 +121,7 @@ export default definePlugin({
},
{
name: "raw",
description: "Send message as raw JSON",
description: "Send message as raw JSON.",
type: ApplicationCommandOptionType.BOOLEAN,
required: false
}