Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCB committed Aug 1, 2020
1 parent 946fa97 commit 11db827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ exports.botcoreLogin = callback => {
const requiredVars = ["MEMCACHIER_USERNAME", "MEMCACHIER_SERVERS", "MEMCACHIER_PASSWORD"];
requiredVars.forEach(v => {
if (!process.env[v]) {
return callback(`Failed to access BotCore; make sure your required credentials [${requiredVars.join(", ")}]\
return callback(`Failed to access BotCore; make sure your required credentials [${requiredVars.join(", ")}] \
are stored as environment variables: https://github.com/AstroCB/BotCore/blob/master/DOCS.md#credentialsobj`);
}
});
Expand Down

0 comments on commit 11db827

Please sign in to comment.