cog
cog copied to clipboard
Notify user if Cog has not been bootstrapped
If Cog has not yet been bootstrapped but a user attempts to talk to it via direct message or by attempting a command invocation, we should reply in chat that bootstrap is necessary. Currently we silently drop the message.
There are some similar ideas in https://github.com/operable/cog/issues/153 as well for this same problem.