fix: shorten the description of render to try to make Discord accept it

This commit is contained in:
2026-05-15 00:56:15 -04:00
parent 6befbf280e
commit 97acdac467

View File

@@ -8,7 +8,8 @@ use twilight_util::builder::command::CommandBuilder;
use crate::command::State;
const NAME: &str = "render";
const DESCRIPTION: &str = "(Only the bot owner can use this) Render a composite audio file from the specified range of voice chat";
const DESCRIPTION: &str =
"(Only the bot owner can use this) Make an audio file from the specified range of VC";
pub static COMMAND: LazyLock<Command> = LazyLock::new(|| {
CommandBuilder::new(NAME, DESCRIPTION, CommandType::ChatInput)