countryst
Results
1
comments of
countryst
Here is my work around ``` var output = ''; for (var i = 0; i < result.length; i++) { output += result[i] + ''; } return botui.message.bot({ type: 'html',...