aboutsummaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
authorIllia <[email protected]>2017-01-05 00:03:27 +0300
committerIllia <[email protected]>2017-01-05 00:03:27 +0300
commit3348178f151d8e1d7aa0432984a2dd23fa7b9e89 (patch)
tree1349dd7d6849bfc12da9fb064cea4a22a5613c09 /src/constants.rs
parentSimplify a small bit of Context (diff)
downloadserenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.tar.xz
serenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.zip
Fix rs suffix
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index bb2589a..cf3cf0b 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -6,7 +6,7 @@ pub const MESSAGE_CODE_LIMIT: u16 = 2000;
/// The [UserAgent] sent along with every request.
///
/// [UserAgent]: ../hyper/header/struct.UserAgent.html
-pub const USER_AGENT: &'static str = concat!("DiscordBot (https://github.com/zeyla/serenity.rs, ", env!("CARGO_PKG_VERSION"), ")");
+pub const USER_AGENT: &'static str = concat!("DiscordBot (https://github.com/zeyla/serenity, ", env!("CARGO_PKG_VERSION"), ")");
#[allow(dead_code)]
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]