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 d485b5b..e5190e0 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,4 +1,4 @@ -use ::prelude::*; +use ::prelude_internal::*; /// The base URI for the API. pub const API_BASE: &'static str = "https://discordapp.com/api/v6"; |