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

. #190

Closed
wants to merge 11 commits into from
Closed

. #190

wants to merge 11 commits into from

Conversation

Simhyunjeong16
Copy link

No description provided.

@@ -72,10 +72,10 @@ async function startBot() {
const botCount = await query.count();

if (!botCount) {
const name = process.env.BOT_NAME;
const name = 'bot1';//process.env.BOT_NAME;

Choose a reason for hiding this comment

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

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


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

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