diff options
Diffstat (limited to 'azalea/examples')
| -rw-r--r-- | azalea/examples/testbot.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea/examples/testbot.rs b/azalea/examples/testbot.rs index d9bd8681..337ac6ec 100644 --- a/azalea/examples/testbot.rs +++ b/azalea/examples/testbot.rs @@ -45,11 +45,9 @@ async fn main() -> anyhow::Result<()> { } let mut accounts = Vec::new(); - let mut states = Vec::new(); for i in 0..1 { accounts.push(Account::offline(&format!("bot{i}"))); - states.push(State::default()); } loop { |
