adds todo

This commit is contained in:
2022-02-27 00:16:15 +01:00
parent 6111239c0c
commit 9574a9226c
+1
View File
@@ -12,6 +12,7 @@ const valueTextToLong = "Text zu lang zum kommentieren :(";
const maxCommentLength = 10000;
//TODO: we are currently not getting any notification if any error occurs
//TODO: if no respondToID is set, automatically respond to the post
module.exports = class GenericBot {
constructor(botConfig) {