chore: deprecate modrinth command

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-12-03 18:51:59 -05:00
parent 358df91509
commit a8eb4a212a
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 0 additions and 11 deletions

View file

@ -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;