Make botrulez submodules public
This allows users of the library to use the commands' Args structs.
This commit is contained in:
parent
8506a231dd
commit
f973a819b6
3 changed files with 12 additions and 5 deletions
|
|
@ -100,7 +100,7 @@ where
|
|||
pub struct Args {
|
||||
/// Show how long the bot has been connected without interruption.
|
||||
#[arg(long, short)]
|
||||
connected: bool,
|
||||
pub connected: bool,
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue