diff options
Diffstat (limited to 'src/constants.rs')
| -rw-r--r-- | src/constants.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs index b79255a..89a2085 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -15,7 +15,7 @@ pub const MESSAGE_CODE_LIMIT: u16 = 2000; /// /// [UserAgent]: ../hyper/header/struct.UserAgent.html pub const USER_AGENT: &str = concat!( - "DiscordBot (https://github.com/zeyla/serenity, ", + "DiscordBot (https://github.com/serenity-rs/serenity, ", env!("CARGO_PKG_VERSION"), ")" ); |