refraction/src/commands/general/modrinth.rs
seth 45403e9d9b
initial rewrite in rust & moderation commands
Signed-off-by: seth <getchoo@tuta.io>
2023-12-03 18:29:04 -05:00

8 lines
171 B
Rust

use crate::Context;
use color_eyre::eyre::Result;
#[poise::command(slash_command, prefix_command)]
pub async fn modrinth(ctx: Context<'_>) -> Result<()> {
todo!()
}