Added ability for shop to have horny
+ clippy + fmt
This commit is contained in:
parent
d076318e4a
commit
f93ee21269
@ -299,6 +299,11 @@ pub async fn restock_shop(ctx: &Context) -> Result<(), CommandError> {
|
||||
thread_rng().gen_range(0..10),
|
||||
None,
|
||||
);
|
||||
bot_user.inventory.give_item(
|
||||
ItemType::LicenseToBeHorny,
|
||||
thread_rng().gen_range(0..25),
|
||||
None,
|
||||
);
|
||||
|
||||
loop {
|
||||
let mut dir = tokio::fs::read_dir(&global_data.cfg.nft_path).await?;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user