[INIT] started helper functions (incomplete)
This commit is contained in:
parent
5ec7210dc6
commit
27b504012e
2 changed files with 44 additions and 0 deletions
src
|
@ -1,3 +1,5 @@
|
|||
|
||||
|
||||
use twitch_irc::login::StaticLoginCredentials;
|
||||
use twitch_irc::ClientConfig;
|
||||
use twitch_irc::SecureTCPTransport;
|
||||
|
@ -7,6 +9,8 @@ use std::env;
|
|||
use std::time::Instant;
|
||||
use rand::Rng;
|
||||
|
||||
// mod helpers;
|
||||
|
||||
#[tokio::main]
|
||||
pub async fn main() {
|
||||
let login_name = "modulatingforcebot".to_owned();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue