/[sudobot]/trunk/src/bot.js
ViewVC logotype

Contents of /trunk/src/bot.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (show annotations)
Mon Jul 29 17:28:20 2024 UTC (8 months ago) by rakin
File MIME type: text/javascript
File size: 100 byte(s)
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