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

Navbar #195

Closed
wants to merge 32 commits into from
Closed

Navbar #195

wants to merge 32 commits into from

Conversation

LeeYeEun2
Copy link

modify design

@@ -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)

@wacilpong wacilpong closed this Nov 22, 2017
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