I have a room listener as follows: @Slash(value = "( .* )", mentionBot = false) public void commandHandler(CommandContext ctx){...} When I enter a command wi...
2 years ago
I am trying to generate the bdk bot scaffold - using the symphony bot generator. But on running the "yo symphony" command as per the bdk docs, I am getting a...