Volte V2.3.1
In this update, we tried to move to D#+ but decided against it.
In all seriousness, DSharpPlus is a fantastic library, but it just didn't fit my needs.
End-User Changes:
- Fix issue #28.
- Quote now shows the first attachment from the message if an attachment is present.
- Note this only supports images;
.jp(e)g,.png, and.gif.
- Note this only supports images;
- Log statistics on startup, including the bot invite URL.
Nowcommand: show the current date and time in UTC.
Nerdy Changes:
- Moved to the EventArgs C# standard for event data. Before, it was just sending the raw data as parameters to the handlers. That is no longer the case.
- TimeExtensions how uses
DateTimeOffset#ToString(string format)calls rather than manually formatting the time. - Eval command now uses a
System.Collections.Generic.List<string>for imports rather than astring[].