CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Fix argument order for sepal #279

Closed Innectic closed 7 years ago

Innectic commented 7 years ago

What does this change?

This changes the argument order for sepal initialization. Before this change, when events from sepal were being fired, instead of them being on the service, they were on the URL instead. Which was causing an error to happen whenever sepal needed to emit an event into the service, for example, a repeat.

Requirements