diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/general/version.rs | 2 | ||||
| -rw-r--r-- | src/http/mod.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/general/version.rs b/src/commands/general/version.rs index 34513fc..b2af0f6 100644 --- a/src/commands/general/version.rs +++ b/src/commands/general/version.rs @@ -12,7 +12,7 @@ pub async fn version(ctx: Context<'_>) -> Result<()> { let revision_url = format!( "[{}]({}/tree/{})", sha, - option_env!("CARGO_PKG_REPOSITORY").unwrap_or("https://github.com/getchoo/chill"), + option_env!("CARGO_PKG_REPOSITORY").unwrap_or("https://github.com/getchoo/moyai-bot"), sha, ); 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() |
