This website requires JavaScript.
Explore
Help
Sign In
Github
/
safesupport-bot
Watch
1
Star
0
Fork
0
You've already forked safesupport-bot
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fefda571d6
safesupport-bot
/
src
/
index.js
7 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add test suite
2020-03-16 03:30:00 +00:00
require
(
'dotenv'
)
.
config
(
)
refactor into a bot class
2020-02-23 18:58:09 +00:00
add test suite
2020-03-16 03:30:00 +00:00
import
OcrccBot
from
'./bot'
refactor into a bot class
2020-02-23 18:58:09 +00:00
const
bot
=
new
OcrccBot
(
)
;
use dotenv instead of config, sync with changes from glitch
2020-03-02 22:52:25 +00:00
bot
.
start
(
)
;
Reference in New Issue
Copy Permalink