sinus-x / rubbergoddess

Guild management bot
https://sinus-x.github.io/rubbergoddess/
GNU General Public License v3.0
11 stars 8 forks source link

Fix logging #106

Closed sinus-x closed 4 years ago

sinus-x commented 4 years ago

There are some problems with Output.py. If the source event is message and not context, something breaks and error is thrown. We can also simplify the Event class, as the source can be Union[commands.Context, discord.Message, str] instead of forcing the use of author and location.