fix: shorten the description of render to try to make Discord accept it
This commit is contained in:
@@ -8,7 +8,8 @@ use twilight_util::builder::command::CommandBuilder;
|
|||||||
use crate::command::State;
|
use crate::command::State;
|
||||||
|
|
||||||
const NAME: &str = "render";
|
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(|| {
|
pub static COMMAND: LazyLock<Command> = LazyLock::new(|| {
|
||||||
CommandBuilder::new(NAME, DESCRIPTION, CommandType::ChatInput)
|
CommandBuilder::new(NAME, DESCRIPTION, CommandType::ChatInput)
|
||||||
|
|||||||
Reference in New Issue
Block a user