diff --git a/pumpkin-command/src/lib.rs b/pumpkin-command/src/lib.rs deleted file mode 100644 index 5ca92f1e0..000000000 --- a/pumpkin-command/src/lib.rs +++ /dev/null @@ -1,7 +0,0 @@ -pub trait Command<'a> { - const NAME: &'a str; - const ALIEASES: [&'a str]; - const DESCRIPTION: &'a str; - - fn on_execute(client: &mut Cli); -} \ No newline at end of file