summaryrefslogtreecommitdiff
path: root/src/http
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-04 18:23:07 -0500
committerGitHub <[email protected]>2025-02-04 18:23:07 -0500
commite769f685b3a0a530a4e0c582d021861c5d612b4f (patch)
tree739a5769adddc14c78d43dca3f300b4f3853859c /src/http
parent01709ce23d6e5b234dfed67bd4845251da0a4c35 (diff)
moyai (#266)
* chill -> moyai * license: update year * treewide: update deps
Diffstat (limited to 'src/http')
-rw-r--r--src/http/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs
index dde769c..fdd1569 100644
--- a/src/http/mod.rs
+++ b/src/http/mod.rs
@@ -19,7 +19,7 @@ impl Ext for Client {
fn default() -> Self {
reqwest::ClientBuilder::new()
.user_agent(format!(
- "chill-discord-bot/{}",
+ "moyai-discord-bot/{}",
option_env!("CARGO_PKG_VERSION").unwrap_or("development")
))
.build()