DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Blast Help Text #268

Closed jimbo8098 closed 6 years ago

jimbo8098 commented 6 years ago

Closes https://github.com/DevChatter/devchatterbot/issues/263

Blast Types are now read from the DB instead of a variable which is never assigned. If no BlastType exists, the help text changes to show that.

jimbo8098 commented 6 years ago

Hmm seems the build failed due to the help text requiring to run without arguments being required. Problem is that I need to string.Format in order to string interpolate. Otherwise we'd need to remove the extra helptext or manually input it as it's built from the DB data at the moment.

benrick commented 6 years ago

I'll have a look.