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 | rakin | 13 | const App = require("./App"); |
2 | rakin | 45 | const path = require("path"); |
3 | rakin | 5 | |
4 | const app = new App('..'); | ||
5 | |||
6 | rakin | 45 | app.run(); |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |