tangled
alpha
login
or
join now
isabelroses.com
/
blahaj
1
fork
atom
silly goober bot
1
fork
atom
overview
issues
pulls
pipelines
chore: increase visablity of the bots user_agent
isabelroses.com
1 year ago
09a344c6
b6a8aa12
+1
-1
1 changed file
expand all
collapse all
unified
split
src
main.rs
+1
-1
src/main.rs
···
73
73
poise::builtins::register_globally(ctx, &framework.options().commands).await?;
74
74
75
75
Ok(Data {
76
76
-
client: Client::builder().user_agent("blahaj").build()?,
76
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
})