Parent Directory
|
Revision Log
Release version 1.8.0 * Added setTimeout() and DB combination support so that the timeouts would never get lost even if the bot stops * Added messages scheduling, expiring and both in one support
1 | const App = require("./App"); |
2 | const path = require("path"); |
3 | |
4 | const app = new App('..'); |
5 | |
6 | app.run(); |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |