Changed
Fixed
v1.2.10 Patch Update
4 years ago
v1.2.10 (300522) -- Patch Update
- The logRefreshMenu variable was changed from '... refreshed `refreshSettings`' to '... refreshed `Settings`';
-
For now, until members manage to understand the various concepts of the Kebabot2 (especially the Taco function), many lines of code with Ephemeral Message and related variables have been commented out, so that the bot will send public messages (confirmation, errors & so on);
- We optimized the code by eliminating unnecessary lines, or simplifying jobs, also improvements have been made to each loop using let and the classic for instead of foreach;
- When Messages was refreshed using the Admin Menu, the others cron-jobs were deleted too; Now we're deleting and re-creating just the Messages ones, keeping the others safe by assigning IDs;
- The messages were programmed only for those with images (link), so when there was text in the cell, the robot did not know how to interpret it;
- To avoid large log sizes, we will use some log rotate modules;
- Kebabot could enter an infinite loop with 🌮 so the message that triggers Taco has been modified, adding an extra requirement: the sender of the message must not be a robot;
-
The refreshSettings function was not called correctly, so although it announces that it is running, nothing happens because of a typo with emoji written in the value field instead of the text field;
Added
Changed
Fixed
v1.2.0 Minor Update
4 years ago
v1.2.0 (270522) -- Minor Update
- final version of Taco function (The official launch will be as soon as possible);
- Scheduled Messages directly from Spreadsheet -- we're doing this in our way, without any other 3rd party apps or APIs like Zapier; (can be refreshed from Admin Menu without restarting the app)
- added a pre-release of a function that populate an array with all of Users Data (will be used in the future for the Attendance System) + 3 other functions
- /help (Help Menu) is completely dynamically generated from Spreadsheet (can be refreshed from Admin Menu without restarting the app)
- Taco texts (but not only) can now be personalised and changed directly from Spreadsheet (can be refreshed from Admin Menu without restarting the app)
- Admin Menu -> Refresh Category have now a single dynamic action listener (saving around 120 lines of code)
- some minor bugs (Taco function & auxiliary functions)
Changed
Fixed
Added
v1.1.0 Minor Update
4 years ago
v1.1.0 (230522) -- Minor Update
- Starting with this release, an alias has been added for the /bot command: /kebabot, which will behave exactly like /bot, opening the menu;
- The Admins will have a special Admin Menu, from where it will be possible to execute various actions, specific to the optimal running of the BOT and refreshing contents
- Content added when you open the app and navigate to Home tab
- Some internal changes for Admins, on editing the information in the Spreadsheet, so that the algorithm can grab the information as correctly as possible.
- Different variables have been replaced with arrays and keep the information clean, in as few variables as possible.
- The Status Change would not be announced if the same status was set as before the Clear Status.