-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added dominos coupons command #128
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple minor points - nothing blocking merge. Git seems to have done a funny and not included your 3 latest commits into this PR; I was unable to rectify that by opening a replacement (because this one is still linked).
So I guess whoever merges this, beware and make sure all dominos
commits are included, which may require closing this PR and opening a new one to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me, lgtm
Added the previously unimplemented dominoscoupons command. Returns a list of dominos coupons from couponese. Heavily inspired by @bradleysigma's previous implementation for the slack bot.
Also completes part of #1.