diff --git a/src/bot.rs b/src/bot.rs index 31b35b5..45c58c1 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -17,7 +17,7 @@ pub struct BotDebug{ impl BotDebug{ pub fn new()->std::io::Result{ let rng:u128=rand::random(); - let name=format!("{rng:x}"); + let name=format!("debug_bots/{rng:x}"); Ok(Self{ file:std::fs::File::create(name.as_str())?, name,