chore: deprecate modrinth command
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
358df91509
commit
a8eb4a212a
3 changed files with 0 additions and 11 deletions
|
@ -1,13 +1,11 @@
|
|||
mod joke;
|
||||
mod members;
|
||||
mod modrinth;
|
||||
mod rory;
|
||||
mod say;
|
||||
mod stars;
|
||||
|
||||
pub use joke::joke;
|
||||
pub use members::members;
|
||||
pub use modrinth::modrinth;
|
||||
pub use rory::rory;
|
||||
pub use say::say;
|
||||
pub use stars::stars;
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
use crate::Context;
|
||||
|
||||
use color_eyre::eyre::Result;
|
||||
|
||||
#[poise::command(slash_command, prefix_command)]
|
||||
pub async fn modrinth(ctx: Context<'_>) -> Result<()> {
|
||||
todo!()
|
||||
}
|
|
@ -10,7 +10,6 @@ pub fn to_global_commands() -> Vec<Command<Data, Report>> {
|
|||
vec![
|
||||
general::joke(),
|
||||
general::members(),
|
||||
general::modrinth(),
|
||||
general::rory(),
|
||||
general::say(),
|
||||
general::stars(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue