special place for debug bots
This commit is contained in:
parent
bfcf973524
commit
f2e9f81fe4
@ -17,7 +17,7 @@ pub struct BotDebug{
|
|||||||
impl BotDebug{
|
impl BotDebug{
|
||||||
pub fn new()->std::io::Result<Self>{
|
pub fn new()->std::io::Result<Self>{
|
||||||
let rng:u128=rand::random();
|
let rng:u128=rand::random();
|
||||||
let name=format!("{rng:x}");
|
let name=format!("debug_bots/{rng:x}");
|
||||||
Ok(Self{
|
Ok(Self{
|
||||||
file:std::fs::File::create(name.as_str())?,
|
file:std::fs::File::create(name.as_str())?,
|
||||||
name,
|
name,
|
||||||
|
Loading…
Reference in New Issue
Block a user