From 76cb4f18dad4ecd28da3238ec5eb930329091677 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 17 Aug 2022 23:03:01 +0200 Subject: [PATCH] Purge planning since it getting new data is kinda broken with api changes. --- src/commands/mod.rs | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/commands/mod.rs b/src/commands/mod.rs index d4f7046..7a7ed6f 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -3,7 +3,7 @@ use poise::serenity_prelude as serenity; pub mod invites; pub mod links; -pub mod planning; +// pub mod planning; pub mod schedule; pub mod utils; @@ -68,21 +68,21 @@ pub async fn boop(ctx: Context<'_>) -> Result<(), Error> { Ok(()) } - #[poise::command(track_edits, slash_command)] pub async fn fix(ctx: Context<'_>) -> Result<(), Error> { let uuid_fix = ctx.id(); ctx.send(|m| { - m.content("You want to fix things? Just press the magic fix button.").components(|c| { - c.create_action_row(|ar| { - ar.create_button(|b| { - b.style(serenity::ButtonStyle::Success) - .label("Fix") - .custom_id(uuid_fix) + m.content("You want to fix things? Just press the magic fix button.") + .components(|c| { + c.create_action_row(|ar| { + ar.create_button(|b| { + b.style(serenity::ButtonStyle::Success) + .label("Fix") + .custom_id(uuid_fix) + }) }) }) - }) }) .await?; @@ -110,9 +110,8 @@ pub async fn fix(ctx: Context<'_>) -> Result<(), Error> { Ok(()) } - pub fn get_links( -) -> poise::Command> +) -> poise::Command> { // poise::Command { // subcommands: vec![