[INIT] started helper functions (incomplete)

This commit is contained in:
ModulatingForce 2023-11-29 22:11:12 -05:00
commit 27b504012e
2 changed files with 44 additions and 0 deletions

View file

@ -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();