You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
A proposal is to rename the remove function to delete function. But, in your case, it would make more sense to support both remove and delete for backward compatibility.
So it would be nice to keep an API consistent with the BotKit.
The text was updated successfully, but these errors were encountered:
By default, BotKit implements
delete
on local storage.users object https://github.com/howdyai/botkit/blob/master/lib/storage/simple_storage.js#L73Botkit-starage-redis has a different implementation, https://github.com/howdyai/botkit-storage-redis/blob/master/src/index.js#L51. Instead of
delete
we haveremove
.A proposal is to rename the
remove
function todelete
function. But, in your case, it would make more sense to support bothremove
anddelete
for backward compatibility.So it would be nice to keep an API consistent with the BotKit.
The text was updated successfully, but these errors were encountered: