CakeAndBanana / Cake

A multipurpose Discord bot made in C#
http://cakebot.org
The Unlicense
3 stars 0 forks source link

Create error handler. #30

Closed CakeAndBanana closed 5 years ago

CakeAndBanana commented 5 years ago

Right now we got no way to handle errors in Cake. It should use integration of Logger with the LogError method.

CakeAndBanana commented 5 years ago

Changed from LogError to Log, implemented in #31