Katrix / AckCord

A Discord library for Scala using Akka
https://ackcord.katsstuff.net/
MIT License
113 stars 15 forks source link

HelpCmd.Args Parser doesn't agree with cases in the HelpCmd receive #9

Closed Bathtor closed 6 years ago

Bathtor commented 6 years ago

After digging into the code for an hour or so to see why the HelpCommand example doesn't reply, I figured out that the parser returns either an HelpCmd.Args instance, or replies with an error message. But the actor's receive expects an Option[HelpCmd.Args] instead (and silently ignores unmatched messages).

Katrix commented 6 years ago

Yep, known and fixed in master. I hope to get a new release out within the next week.