Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민욱
/
Slack Jokebot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Network
Create a new issue
Commits
Issue Boards
Authored by
김민욱
2019-06-05 15:57:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4b84c48ea6db8715e6b2cd978d0fef0104a4a3b
c4b84c48
1 parent
fa3fdf23
change some code
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Routers/route.js
Routers/route.js
View file @
c4b84c4
...
...
@@ -6,7 +6,7 @@ const url = 'mongodb://localhost:27017/';
var
url2
=
'mongodb://localhost:27017/userjoke'
const
fs
=
require
(
'fs'
);
//const userjoke = require('./joke_data/user.json');
message_recieved
=
0
;
exports
.
startbot
=
()
=>
{
// Get authorization to use the slackbot
const
bot
=
new
SlackBot
({
...
...
Please
register
or
login
to post a comment