Amazebot / bbot

An adaptable conversation engine for building bespoke bots.
MIT License
55 stars 2 forks source link

Allow bot to easily extend default User model #95

Open timkinnane opened 6 years ago

timkinnane commented 6 years ago

A very common use case for bots is to store attributes on the user model, collecting data or flagging some action in the conversation. It would be good to let bots add their own default meta attributes and collections for all users in memory, so they don't have to always make conditional checks.