silly goober bot

chore: increase visablity of the bots user_agent

+1 -1
+1 -1
src/main.rs
··· 73 73 poise::builtins::register_globally(ctx, &framework.options().commands).await?; 74 74 75 75 Ok(Data { 76 - client: Client::builder().user_agent("blahaj").build()?, 76 + client: Client::builder().user_agent("isabelroses/blahaj").build()?, 77 77 github_token: env::var("GITHUB_TOKEN").expect("GITHUB_TOKEN not set"), 78 78 }) 79 79 })