-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add missing discord notifications #89
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.
Generally, the changes look good. I haven't tested them though. Your work is really appreciated btw
|
||
const R32_COLOR = '#f39c12'; | ||
|
||
const R64_COLOR = '#dd4b39'; |
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.
These constants are a duplicate of https://github.com/eveseat/notifications/blob/030a16d2127c259750b4bb9801f0c8f31025906d/src/Notifications/Structures/Slack/AbstractSlackMoonMiningExtraction.php. Maybe you could find a way to share them
} | ||
} | ||
|
||
/** |
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.
Same for this. I think a trait would do the job
I took all Slack Notifications, copied and converted them into Discord Notifications where no Discord Notification existed before.