aboutsummaryrefslogtreecommitdiff
path: root/src/wisp.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-01 00:50:40 -0700
committerFuwn <[email protected]>2020-11-01 00:50:40 -0700
commitd9160764c018bb04878f092b6eff592b63e1b262 (patch)
tree5e52b1053ce020d9abfc8ca3434c3dc17d92704f /src/wisp.rs
parentfeat (desc) (diff)
downloaddep-core-next-d9160764c018bb04878f092b6eff592b63e1b262.tar.xz
dep-core-next-d9160764c018bb04878f092b6eff592b63e1b262.zip
chore: correct punctuation
Diffstat (limited to 'src/wisp.rs')
-rw-r--r--src/wisp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wisp.rs b/src/wisp.rs
index f870bda..28b87c7 100644
--- a/src/wisp.rs
+++ b/src/wisp.rs
@@ -59,7 +59,7 @@ impl WispClient {
}
pub fn new_with_owners(owners: HashSet<UserId>) -> Self {
- let token = env::var("DISCORD_TOKEN").expect("Expected Discord bot token in environment.");
+ let token = env::var("DISCORD_TOKEN").expect("Expected Discord bot token in enviroment.");
let mut client = Client::new(&token, Handler).expect("Unable to initialize Wisp client.");
{
let mut data = client.data.lock();