-
Notifications
You must be signed in to change notification settings - Fork 29
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
Navbar #195
Conversation
# Conflicts: # bin/bot.js # lib/dumbledore.js # package.json
…o kosslab_master
# Conflicts: # bin/bot.js # lib/dumbledore.js # package.json
# Conflicts: # data/dumbledore_sample.db # page/src/components/NavBar.css
# Conflicts: # page/src/components/NavBar.css
@@ -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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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)
modify design