DevChatterBot icon indicating copy to clipboard operation
DevChatterBot copied to clipboard

Commands Break when Namespaces Change

Open benrick opened this issue 6 years ago • 0 comments

Existing commands in the bot already will stop working right if you change their type name or move them to a new namespace. We should make sure to compare the list of aliases on startup to make sure they're valid. If not, we should fix them.

On startup, we add commands to the alias table. We need to make sure that it either fixes or adds a new entry for commands whose name or namespace change.

benrick avatar Jul 30 '18 19:07 benrick