b1naryth1ef / dscord

Discord Library for D
http://b1naryth1ef.github.io/dscord/
zlib License
51 stars 15 forks source link

Bulk message fetch, deletion, and example clear command. #25

Closed ZeroSumGame closed 7 years ago

ZeroSumGame commented 7 years ago

This adds in the ability to get messages in bulk from the server. I've also added in an example "clear" command, which is one of the most common features found in Discord bots.

ZeroSumGame commented 7 years ago

@b1naryth1ef Any word on this? It's been almost a week.

b1naryth1ef commented 7 years ago

Ah sorry I forgot to hit the submit review button.

ZeroSumGame commented 7 years ago

I believe this addresses all the issues. There are lots of other places that this project could use some exception handling and build-time checks, TBH.

Any idea what is causing TravisCI to be upset with the builds? Everything is working fine on the newest DMD compiler, so the build script may need updating.