mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 12:26:10 +01:00
tools and kashi init
This commit is contained in:
10
src/commands/kashi/kashi.rs
Normal file
10
src/commands/kashi/kashi.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use serenity::{all::Message, client::Context, framework::standard::{macros::command, CommandResult}};
|
||||
|
||||
use crate::commands::misc::check_msg;
|
||||
|
||||
#[command]
|
||||
async fn kashi(ctx: &Context, msg: &Message) -> CommandResult {
|
||||
check_msg(msg.reply(ctx, "Kashi lyrics platform integration").await);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user