From e769f685b3a0a530a4e0c582d021861c5d612b4f Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 4 Feb 2025 18:23:07 -0500 Subject: moyai (#266) * chill -> moyai * license: update year * treewide: update deps --- src/http/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/mod.rs') 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() -- cgit v1.2.3