feat: delete messages on ❌ again
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
30cc4a6220
commit
368b5e0cb0
3 changed files with 38 additions and 2 deletions
|
@ -3,7 +3,7 @@ use crate::{consts, utils};
|
|||
use color_eyre::eyre::Result;
|
||||
use poise::serenity_prelude::{Context, Message};
|
||||
|
||||
pub async fn handle_eta(ctx: &Context, message: &Message) -> Result<()> {
|
||||
pub async fn handle(ctx: &Context, message: &Message) -> Result<()> {
|
||||
if !message.content.contains(" eta ") {
|
||||
return Ok(());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue