From 0025ad5ea8d412aacc3184d18063fd5ff3de0175 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 2 Dec 2023 07:00:24 -0500 Subject: feat: add per guild configuration --- src/commands/bing.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/commands/bing.rs (limited to 'src/commands/bing.rs') diff --git a/src/commands/bing.rs b/src/commands/bing.rs deleted file mode 100644 index b80ebca..0000000 --- a/src/commands/bing.rs +++ /dev/null @@ -1,10 +0,0 @@ -use crate::Context; - -use color_eyre::eyre::Result; - -/// make sure the wie is alive -#[poise::command(prefix_command)] -pub async fn bing(ctx: Context<'_>) -> Result<()> { - ctx.say("bong!").await?; - Ok(()) -} -- cgit v1.2.3