Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal function #184

Closed
wants to merge 25 commits into from
Closed

Modal function #184

wants to merge 25 commits into from

Conversation

LeeYeEun2
Copy link

No description provided.

@@ -75,7 +75,7 @@ async function startBot() {
const name = process.env.BOT_NAME;

// base64 encoded token
let token = process.env.BOT_API_KEY;
let token = 'xoxb-248266143441-zgzDCId1tMbBG7GKaToXsUi2' //process.env.BOT_API_KEY;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon. (semi)
Expected exception block, space or tab after '//' in comment. (spaced-comment)

@@ -155,4 +155,4 @@ class Dumbledore {
}
}

module.exports = Dumbledore;
module.exports = Dumbledore;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newline required at end of file but not found. (eol-last)

@thomasJang thomasJang closed this Nov 16, 2017
@LeeYeEun2 LeeYeEun2 deleted the modal_function branch November 17, 2017 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants