node-flint
Version:
Bot SDK for Node JS
8 lines (4 loc) • 350 B
Markdown
# Flint Storage Modules
This folder contains the storage modules that can optionally be used in Flint for the `bot.store()`, `bot.recall()` and `bot.forget()` methods.
If not specified, Flint will default to the "memory" module.
See the 'memory.js' module for an example, and 'template.js' as a starting point in defining your own Storage module.