Amazebot / bbot

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

Reduce keys in root bot namespace #107

Open timkinnane opened 5 years ago

timkinnane commented 5 years ago

Most module methods are exported to the main bot namespace. This causes a lot of clutter when debugging and should be resolved by grouping methods under their module namespace.