diff options
| author | Fuwn <[email protected]> | 2020-11-01 00:50:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-01 00:50:40 -0700 |
| commit | d9160764c018bb04878f092b6eff592b63e1b262 (patch) | |
| tree | 5e52b1053ce020d9abfc8ca3434c3dc17d92704f /src/wisp.rs | |
| parent | feat (desc) (diff) | |
| download | dep-core-next-d9160764c018bb04878f092b6eff592b63e1b262.tar.xz dep-core-next-d9160764c018bb04878f092b6eff592b63e1b262.zip | |
chore: correct punctuation
Diffstat (limited to 'src/wisp.rs')
| -rw-r--r-- | src/wisp.rs | 2 |
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(); |