feat: early steps of storage and configuration
This commit is contained in:
@@ -9,7 +9,7 @@ use twilight_util::builder::command::CommandBuilder;
|
||||
use crate::command::State;
|
||||
|
||||
const NAME: &str = "opt-out";
|
||||
const DESCRIPTION: &str = "Opt out of being recorded (duration option TODO)";
|
||||
const DESCRIPTION: &str = "Opt out of being recorded";
|
||||
|
||||
pub static COMMAND: LazyLock<Command> = LazyLock::new(|| {
|
||||
CommandBuilder::new(NAME, DESCRIPTION, CommandType::ChatInput)
|
||||
|
||||
Reference in New Issue
Block a user