DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Add and Remove Commands should happen without restart #47

Closed benrick closed 6 years ago

benrick commented 6 years ago

Right now the AddCommandCommand and RemoveCommandCommand change the database, but the CommandHandler is using a static collection, so these don't affect the bot at runtime.