processOutput() should handle numbers #402
Labels
feature request
good first issue
infrastructure
related to core function that influences how modules are written or executed
If a command's function returns a Number, the bot won't output it to a channel. It probably should. This arose in #396.
To fix this, processOutput() should be updated to handle passing in numbers.
The best option is perhaps:
output
is a numberprocessOutput
a second time (i.e. recursively)Something like this:
The text was updated successfully, but these errors were encountered: