Add testbot example for Instance

This commit is contained in:
Joscha 2023-01-21 00:45:12 +01:00
parent 705ef90e98
commit 74423b6207
3 changed files with 162 additions and 0 deletions

View file

@ -18,3 +18,7 @@ tokio-tungstenite = "0.18.0"
[dev-dependencies] # For example bot
tokio = { version = "1.23.0", features = ["rt-multi-thread"] }
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
[[example]]
name = "testbot_instance"
required-features = ["bot"]