special place for debug bots
This commit is contained in:
parent
bfcf973524
commit
f2e9f81fe4
@ -17,7 +17,7 @@ pub struct BotDebug{
|
||||
impl BotDebug{
|
||||
pub fn new()->std::io::Result<Self>{
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user